Jump to content

Send command to command line with quote


 Share

Recommended Posts

Hi,

I want to send this command to cmd line:

psexec \\10.5.31.12 -u Administrateur -p xxx -i -e cmd "/C net use i: \\server\folder /user:SERVER\acount xxx & I:\msg.exe"

I know I can use RunWait(@COMSPEC & "/c My commande")

But If my command contains quotes....

The quote create a problem in the command RunWait.

HELP ME PLEASE!!!

Link to comment
Share on other sites

  • Developers

Just use single quotes around the string. something like:

RunWait(@COMSPEC & '/c psexec \\10.5.31.12 -u Administrateur -p xxx -i -e cmd "/C net use i: \\server\folder /user:SERVER\acount xxx & I:\msg.exe"')

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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