Running locally installed programs

  • Thread starter Thread starter m|sf|t
  • Start date Start date
M

m|sf|t

All,
We have a program called SyncBack installed on all of our workstations,
unfortunately, in different locations on some installs.

I have configured the Shutdown script to run a BAT file that contains:
SyncBack "All"
which the syntax to run our "All" profiles. All workstations have the
programs' location added to the PATH statement, but the program isn't
running.

The BAT file is saved on the DC in the correct GUID path. All workstations
display the "running scripts" text on the shutdown screen.

Type the above command at a CMD prompt works perfectly.

Any ideas ?
Thanks.
 
echo on in your BAT file to display the progress, or program your BAT file in
a way to troubleshoot/debug.

It maybe permission issue.

br,
Denis
 
Presuming all the workstations have it installed on the C: drive, can your
batch file say c:\syncback "all"

hth

Ken
 
Back
Top