I'm trying to add a scheduled task with
schtasks /create /tn bla /tn "c:\blabla.exe" /st 04:00:00 /sd 01/01/2011 /sc daily
this works on english Versions. But, when I try to fire that command on German systems it needs the /sc täglich option instead of /sc daily.
Is there a way to change that command so that it runs in every language environment?