Thread: 50,000.
View Single Post
Old 05-24-2007, 02:41 AM   #22
sickbadthing
Out fart the hottie!
 
sickbadthing's Avatar
 
Location: I have super gonorrhoea
Posts: 24,323
Default

:: ECS.bat
:: Edits the Config.Sys File
:: Prompts to Reboot or Not
::
@ECHO OFF

EDIT C:\CONFIG.SYS Loads CS into DOS' "EDIT"

ECHO.
ECHO Reboot Computer? Press: `R'.
ECHO. Places choices on to
ECHO To Cancel, Press: `Escape' the screen with spacing.
ECHO.

CHOICE /C:R<- /N < NUL DOS 6's "Choice" command.
IF ERRORLEVEL 2 GOTO END Determines which key has
IF ERRORLEVEL 1 GOTO REBOOT been pressed and decides
GOTO END the course of action.


:REBOOT
C:\UTIL\WARMBOOT.COM See below.

:END

 
sickbadthing is offline