I'm having a bear of time getting a VI job to run from script - would someone look at this please...I've made some kind of mistake: (4.3 MAS 90)
Tried this:
D:
cd ""\data\acctg\Sage_Ver_4\MAS90\Home""
PVXWIN32.EXE ..\LAUNCHER\SOTAPGM.INI ..\SOA\STARTUP.M4P -ARG DIRECT UION silent pwd BCK VIWI07 MANUAL
Tried this:
cd ""D:\data\acctg\Sage_Ver_4\MAS90\Home"" '
../launcher/sota.ini ../soa/Startup.M4P -ARG DIRECT UION silent pwd BCK VIWI07 manual
And this:
PVXWIN32.EXE D:\data\acctg\MAS90\LAUNCHER\SOTAPGM.INI D:\data\acctg\MAS90\SOA\STARTUP.M4P -ARG DIRECT UION silent pwd BCK VIWI07 MANUAL
All fail at that line on the 1st character of the vi line - the cd line works.