I realize that this question is "answered" at the following thread: http://stackoverflow.com/questions/447774
However, I'm still having trouble understanding the answer and seeing exactly what the result would look like for my situation.
My schtasks command looks like this:
schtasks /create /tr "C:\Program Files\Java\jre6\bin\javaw.exe main.MoveFile input.txt" /sc WEEKLY /tn mytask
I want to specify the start in directory of "C:\My Library". Putting a "\" before the tr section fills in a start-in directory of "C:\Program Files\Java\jre6\bin".
I've messed around with it a lot, but I just can't seem to make it work.
I apologize if starting a new thread like this is against normal procedures, but I don't have a high enough reputation to put a comment on the other thread :).
Thanks, B.J.