Jump to content

Recommended Posts

Posted

hey, im trying to make a GUI for a batch file that someone made, but i cant quite figure out how to get my script to type something into the CMD prompt. sorry if this has been asked before, ive been looking here for about 20 mins and still cant find anything D=

thanks in advanced.

Posted

I have this that will open a folder. I think it uses the command prompt thing.

Run(@comspec & ' /c start ' & @ScriptDir &'\', '', @SW_HIDE)

instead of '/c start' I guess you would use some other command. This is only a guess; it's the closest thing I have. Wow it's like 3 am in the US .. could there be a worse time to post?

Posted

Hi!

Maby you need ConsolWrite("Value") - this will return to cmd line the text "Value", see this example:

Test.bat

For /f "usebackq delims=" %%i in (`Test.exe`) do echo %%i
pause

If the compiled script (Test.exe) will include only this:

ConsolWrite("Value")

Then you will see on the screen of cmd the text "Vaue" :whistle:

 

  Reveal hidden contents

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Posted

how is that a bad time? its afternoon for other parts of the world and when i wake up i will have a bunch of new ideas [hopefully]

thanks, ill try that in the morning. :whistle:

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