Jump to content

Recommended Posts

Posted (edited)

I would like to automate the following DOS command line entry: c:\trade\trade.exe hilo.ini

I tried the following but it doesn't work.

RunWait(@ComSpec & ' /c c:\trade\trade.exe hilo.ini')

The hilo.ini is a text input file used by trade.exe if that is helpful.

Edited by burger
Posted (edited)

Got it to work like this...

RunWait(@ComSpec & " /c cd c:\trade&&trade.exe hilovlc.ini")
Edited by burger

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
×
×
  • Create New...