RealTimeSync not monitor folder when run from cmd file

Get help for specific problems
Posts: 4
Joined: 19 Oct 2017

OldCityCat

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
User avatar
Site Admin
Posts: 7283
Joined: 9 Dec 2007

Zenju

An ffs_batch is not a script file, so wscript won't understand it.