tonysathre Posted October 19, 2007 Posted October 19, 2007 I have a batch script that sets a variable called %outfile%. The variable contains a path that I need to use to file in an Open dialog box. I tried using $outfile=%outfile%, but it will not execute without throwing an error. I also tried using $outfile="%outfile%", but that did not work either. Any ideas how I can read that variable from my batch script? Thanks, Tony Sathre
Developers Jos Posted October 19, 2007 Developers Posted October 19, 2007 $outfile= EnvGet("outfile") 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now