Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch programming
Name: illy Date: October 2, 2008 at 08:14:24 Pacific OS: XP pro CPU/Ram: pentium/1 gig Product: dell
Comment:
Hi! I am trying to make a batch script that will ask the user either to press enter or escape ( those are the only two available keys) doesnt matter what happens after that part I figured out. The issue is making the script stop and listen for either a carriage return or escape that I have a hard time wrapping my head around. Can this be done with batch command? IF yes then how? Thanks
Name: IVO Date: October 3, 2008 at 03:14:29 Pacific
Reply:
See again your original thread in the XP Forum for any details about how to do and related explanations.
I want just to point out that handling those keys is not usual in batch scripts and requires tricky practices. Using Debug to generate assembly support code is one of those tricks, but higly unusual.
Summary: I have a program I use, mControl. This program allows control of x10 and INSTEON systems. My question is this, could I create a batch program to chance a particular setting within the program. My r...
Summary: Hi Everyone, Does anyone know a very good website to learn about batch programming. I have searched in google and found many but none were impressive. Sajid Mohammed ( sajleo@yahoo.com ) ...
Summary: Sir, I am in beginning stage of batch programming. And want to know that, when i right click on folder, through batch programming....it takes the name of folder in variable defined in the batch pro...