4
votes
1answer
346 views

Create a scheduled task in every language environment

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 ...