Jump to content

How do I make command line calls with dbl-quotes


sshrum
 Share

Recommended Posts

I am trying to execute this command with RUN():

C:\WINDOWS\IsUninst.exe -f"C:\Program files\Eclipsys\Uninst.isu"

How do I structure the code line to handle the dbl quotes in the call?

EDIT: I even tried this:

Run('C:\WINDOWS\IsUninst.exe -f "C:\Program files\Eclipsys\Uninst.isu"')

No luck.

TIA

Edited by sshrum

Sean Shrum :: http://www.shrum.net

All my published AU3-based apps and utilities

'Make it idiot-proof, and someone will make a better idiot'

 

Link to comment
Share on other sites

Like this:

Run( "C:\WINDOWS\IsUninst.exe" & '-f "C:\Program files\Eclipsys\Uninst.isu"')

"I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...