Menu

URL override / one EXE stucks

Nicolas
4 days ago
4 days ago
  • Nicolas

    Nicolas - 4 days ago

    Hello,
    Am reading about URL override, but am failing on a (stupid) point.
    I'm using cmd://cmd /c "some.exe-i:{USERNAME} -p:{PASSWORD}" like command and it works.
    My issue is that some.exe need to be running (yes, not that fine)
    so I set
    cmd://cmd /c "some.exe & timeout /t 5 /nobreak & some.exe -i:{USERNAME} -p:{PASSWORD}"
    And there, the 1st call never ends, need to exit the app to see the timeout starting and follow up.

    I was guessing the CMD /C was waiting for the full stuff to end, but am failing somewhere...

    Any clues appreciated to start the 1 instance without params, wait for the timeout and then start the second instance

    Thanks

     
  • Dominik Reichl

    Dominik Reichl - 4 days ago

    Instead of the first some.exe, try START "" some.exe.

    Best regards,
    Dominik

     
  • Nicolas

    Nicolas - 4 days ago

    You know what ? I'm happy ;o)
    Guess I mixed the wrong way my tries.
    So many tries when one sentence fix the trick :o)
    Many thanks for sharing

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
OSZAR »