Jump to content

ShellExecute Parameter with space in it


Recommended Posts

ShellExecute("hldsupdatetool.exe", "-command update -game Counter-Strike Source -dir .") does not work

ShellExecute("hldsupdatetool.exe", "-command update -game "Counter-Strike Source" -dir .") so it should be but how to make the "" it is not accepted by autoit

and sorry for my bad english

mfg rezor

Edited by rezor92
Link to comment
Share on other sites

ShellExecute("hldsupdatetool.exe", "-command update -game Counter-Strike Source -dir .") does not work

ShellExecute("hldsupdatetool.exe", "-command update -game "Counter-Strike Source" -dir .") so it should be but how to make the "" it is not acceptet by autoit

use ' instead of "" for the outer ones...

Not sure if this is the problem your having...

Edited by mdiesel
Link to comment
Share on other sites

  • Developers

$var = "Yes, ""Manadar"" is quite awesome."

This still doesn't look correct although I can't put my finger on it what is "wrong" with it. :D

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