Menu

#4 Make sync2nas run in the background

open
nobody
None
5
2003-05-02
2003-05-02
John Cessor
No

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?

Discussion

  • Nobody/Anonymous

    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.

     
  • Nobody/Anonymous

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.