Everytime I try to get triggercmd to open an application it says that Windows can't find "C:\Program'
-
I have been trying with the following paths:
C:\Program Files (x86)\SonicWALL\SSL-VPN\NetExtender\NEGui.exe
C:\Program Files (x86)\Microsoft Office\root\Office16\lync.exe
-
@sverd, I think the problem is your path includes spaces, so you need to quote it like this:
"C:\Program Files (x86)\SonicWALL\SSL-VPN\NetExtender\NEGui.exe" "C:\Program Files (x86)\Microsoft Office\root\Office16\lync.exe"
Without the quotes, it's trying to run a program called c:\program.
-
@russ said in Everytime I try to get triggercmd to open an application it says that Windows can't find "C:\Program':
"C:\Program Files (x86)\SonicWALL\SSL-VPN\NetExtender\NEGui.exe"
I tried that but when I put start in front of the path it opens the actual command line with TriggerCMDAgent location as the current path(C:\Users\Suzuki\AppData\Local\TRIGGERcmdAgent\app-1.0.18\resources\app\src>
-
@sverd, can you send me exactly what you have in your Command field?
It sounds to me like you're prefixing your command with the word start. If so, please try it without start.
Also if your command needs the present working directory to be C:\Program Files (x86)\SonicWALL\SSL-VPN\NetExtender, then please try making your command run a batch file with these contents:
cd /d "C:\Program Files (x86)\SonicWALL\SSL-VPN\NetExtender" NEGui
So your command would be something like c:\folder\batchfilename.bat