Make sync2nas run in the background
Brought to you by:
sync2nas
I would like to get sync2nas to run in the background
so that it doesnt open a command prompt window
when it runs during a scheduled task. The Operating
Systems are Windows 98/ME, Windows 2000, and
Windows XP. Is there a switch or something that will
allow this to be done?
Logged In: NO
You can do this:
start /min <command>
This will make it run in a window that is minimized. The
<command> would be your command made in your scheduled
task by sync2nas, so just open up the scheduled task and
put start /min in front of it.
Logged In: NO
Hi,
Putting "start /min" didn't work for me... putting in "cmd /c
start /min" in front of the scheduled task DID work.
Hope it might help others,
Gorik