• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Everytime I try to get triggercmd to open an application it says that Windows can't find "C:\Program'

General Discussion
2
4
1.5k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    sverd
    last edited by Jul 16, 2018, 9:32 PM

    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

    R 1 Reply Last reply Jul 16, 2018, 10:32 PM Reply Quote 0
    • R
      Russ @sverd
      last edited by Russ Jul 16, 2018, 10:32 PM Jul 16, 2018, 10:32 PM

      @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.

      Russell VanderMey

      S 1 Reply Last reply Jul 17, 2018, 11:59 PM Reply Quote 0
      • S
        sverd @Russ
        last edited by Jul 17, 2018, 11:59 PM

        @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>

        R 1 Reply Last reply Jul 19, 2018, 12:43 AM Reply Quote 0
        • R
          Russ @sverd
          last edited by Jul 19, 2018, 12:43 AM

          @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

          Russell VanderMey

          1 Reply Last reply Reply Quote 0
          2 out of 4
          • First post
            2/4
            Last post