General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Batch file programming
@echo off
c:
cd\
echo About to FORMAT drive A...
echo Proceed or Abort P/A [where p =Proceed and A=Abort]-the bracket and its content not included please.
Something like that... so that the user is given a set of predefined characters to type to effect some actions. like Procced or Abort P/A
And when the user strikes the "P" key the computer should proceed and when the user does the opposite the computer should Abort the operation.