Can anyone discover why this simple script will not start monitoring CPR.ffs.Batch after it runs.
After running the cmd file the RealSyncTime monitoring Icon is not running in the system tray.
All I get is a little blip and no Icon.
Thank you in advance for any and all suggestions
CPR.cmd
Code In CPR - wscript C:\FreeSyncBatch\LaunchQuiet.vbs C:\Users\xxx\Documents\FreeSyncBatchFiles\CPR.ffs_Batch
LaunchQuiet.vbs
Code in LaunchQuiet - CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
OldCityCat
RealTimeSync not monitor folder when run from cmd file
- Posts: 4
- Joined: 19 Oct 2017
- Site Admin
- Posts: 7283
- Joined: 9 Dec 2007
An ffs_batch is not a script file, so wscript won't understand it.