Jump to content

Recommended Posts

Posted (edited)

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
Posted (edited)

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
Posted

You can 'escape' a " character by using it twice.

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

MsgBox(0,"", $var)

Will show a messagebox saying:

Yes, "Manadar" is quite awesome.

oh man i'm so stupid

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
  • Recently Browsing   0 members

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