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" NEGuiSo your command would be something like c:\folder\batchfilename.bat
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login