Jump to content

Recommended Posts

Posted

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

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