R
Roger Jones
Is it possible to use computer GP scripts\startup to run a batch file
similar to the following?:
***************************
xcopy \\server\path\i386\*.* %systemdrive%\disks\xpsp2\i386\*.* /d /s /c /i
/h /r /y
%systemdrive%\disks\xpsp2\i386\update\update.exe /passive /forcerestart /o
/n /f
***************************
I gave it a try and the program ran (the progress bar showed), but SP2 was
not installed and I had to do it manually. Any ideas how I could get it
working?
similar to the following?:
***************************
xcopy \\server\path\i386\*.* %systemdrive%\disks\xpsp2\i386\*.* /d /s /c /i
/h /r /y
%systemdrive%\disks\xpsp2\i386\update\update.exe /passive /forcerestart /o
/n /f
***************************
I gave it a try and the program ran (the progress bar showed), but SP2 was
not installed and I had to do it manually. Any ideas how I could get it
working?