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 Are you sure?
Name: chat1410 Date: July 13, 2007 at 20:50:55 Pacific OS: Windows XP Home CPU/Ram: P$ 3/06 GHz/GB Product: Intel
Comment:
I need a set of commands that asks "Are you sure" and if yes, runs a DOS command and if no exits. I'd like the "Are you sure?" to default "n". My test, non-working program is. @echo off echo Are you sure? (y/n) set /p shutdown=(n) if %shutdown==y shutdown -s -f -m \\computername
Summary: Ian- Bless your heart, I don't think you really read any of those three links...These words sound familiar? "This is minimally what a registry-entry-deleting .inf file needs: " (2nd link) The third li...
Summary: Me and a friend are making a little messenger batch. Code: @echo off setLocal EnableDelayedExpansion cls title Dancing Tangerine (Beta 2.1.6) :login cls color 07 cls echo Welcome to Dancing Tangerine ...
Summary: Hi, I need a batch file that 1. gives me a menu with choices to: 1. print todays date 2. clear files 3. clear archive 4. get news 5. exit for choice 1 i want the output to be the name of the month n...