adr3nal1n Posted January 14, 2009 Posted January 14, 2009 Hi, I've looked through the various docs, faqs etc but I must be missing something, I am basically trying to create a simple gui front end window for a batch script I have written. I would like a single window with 9 input boxes and a 'Submit' button. Once all 9 input boxes have been completed by the user, how do i then pass all input variable data out to my batch script and then close the window? I know I need to use _rundos but I can't find the syntax required for passing variables out to a batch (maybe as parameters?). Thanks in advance for any help you can offer. Lee.
FireFox Posted January 14, 2009 Posted January 14, 2009 @adr3nal1n $InputBox = InputBox("title", "prompt", "somthing") _RunDOS("yourfile " & $InputBox) (yourfile = your batch file without .bat) Cheers, FireFox.
adr3nal1n Posted January 14, 2009 Author Posted January 14, 2009 Thanks you very much for such a fast response, much appreciated. Lee.
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