From a bit of testing, it seems possible to do what you want if you set the quotes correctly. Perhaps somethnig like this: schtasks /Create /TN “FinalBuilder5 - testing task” /RU CORP\rc /RP ****** /SC MINUTE /MO 5 /TR “C:\Program Files\FinalBuilder 5\FBCMD.exe /o /pC:\p4_rc\depot\projects\inyo\scm\devel\sched_test.fbp5” /ST 15:40:00
If that gets too complicated, try creating a batch file with the fbcmd call, and simply call that: /tr “c:\builds\build1.bat”
Finally, don’t forget that FinalBuilder has support for the windows scheduler directly from the Tools menu - you don’t really need to be calling the scheduler from the command line in most cases.