Jump to content

Run issue


 Share

Recommended Posts

I have many scripts with version 2.6, here is a run command i use.

Run, C:\\folder\\folder\\program.exe -ko"0:communications:net_server_port:59700",,

Has you can see the option for program.exe uses ""

So i haven't been able to use the new autoit V3 because of this? anywork around this?

When i use version 3 with this line i get a error

Run (C:\folder\folder\program.exe -ko"0:communications:net_server_port:59700", "",)

The error

Run (C:\folder\folder\program.exe -ko"0^ERROR

Edited by eleblanc
Link to comment
Share on other sites

To explain the quotation:

' and " will indicate strings like "hello" and 'hello'

To have a ' inside a string use "s like "hello's"

To have a " inside a string use 's, like 'hello"and"nothing'

The first makes this: hello's

The second makes this: hello"and"nothing

(this is because font makes hard to see how they are used inside this topic)

Offering any help to anyone (to my capabilities of course)Want to say thanks? Click here! [quote name='Albert Einstein']Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.[/quote][quote name='Wolvereness' date='7:35PM Central, Jan 11, 2005']I'm NEVER wrong, I call it something else[/quote]

Link to comment
Share on other sites

Awsome, thanks

Btw i didn't receive email notification for you post, is this fonction working on the forum?

To explain the quotation:

' and " will indicate strings like "hello" and 'hello'

To have a ' inside a string use "s like "hello's"

To have a " inside a string use 's, like 'hello"and"nothing'

The first makes this: hello's

The second makes this: hello"and"nothing

(this is because font makes hard to see how they are used inside this topic)

<{POST_SNAPBACK}>

Link to comment
Share on other sites

Awsome, thanks

Btw i didn't receive email notification for you post, is this fonction working on the forum?

<{POST_SNAPBACK}>

The function works, but you have to subscribe to it. (Change your preferences to subscribe you with instant email notification to any post you are apart of).

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Link to comment
Share on other sites

I have many scripts with version 2.6, here is a run command i use.

Run, C:\\folder\\folder\\program.exe -ko"0:communications:net_server_port:59700",,

Not 100% certain, but aren't double back slashes only used with activestate windows perl to escape the special slash character? Otherwise, not certain when you would use double back slash characters.

Just a speculative non-essential input remark. :idiot:

Edited by Joel

[font="Optima"]"Those who heed life with speculation and contemplation, are the ones stuck home with constipation." - Joel[/font]

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