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

      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

      RussR 1 Reply Last reply Reply Quote 0
      • RussR
        Russ @sverd
        last edited by Russ

        @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 Reply Quote 0
        • S
          sverd @Russ
          last edited by

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

          RussR 1 Reply Last reply Reply Quote 0
          • RussR
            Russ @sverd
            last edited by

            @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
            • First post
              Last post