When I try and run my setup.exe file from the location C:\DMSDMSOffice1-16\Setup.exe
it always conflicts with the setup.exe
in the system32 folder. But as an example the :Measurement
part works perfect. How do I get around this? Here is part of my script. Also I'm making this script for use on a Windows XP Pro machine.
:Meausurment
cls
cd "Tiger\Measurment Computer CD"
Install.exe
goto:options
:DMS
cls
cd DMSOffice1-16
SETUP.EXE
goto:options