I have several legacy application I need to transfer to BigFix - I’m having problems once I upload my folder which has subdirectories for different parts of the program to execute - in my _download directory on my test machine I have the following:
gs800w32 (This is the first directory)
gsv43w32 (This is the second directory)
if i were to run these from my c: drive the command (dos) would be
c:\gs800w32\gs800w32.exe and
c:\gsv43w32\gsv43w32.exe respectively.
In BigFix if I run
wait cmd.exe /c \gs800w32\gs800w32.exe
wait cmd.exe /c \gsv43w32\gsv43w32.exe
I get a failure - how would code be written to do the switch to the subfolder to run the executable?
Tested the job and Bigfix reported the job as complete but the software still did not load - I checked the _ download directory which for my group shows up in C:\Program Files\BigFix Enterprise\BES Client__BESData\CustomSite_DCMA_NMC_Software__Download - the files are there - if you manually run the .exe’s from the _download they work. Where am I going wrong here.