»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 08-15-2003, 06:06 AM   #1 (permalink)
Registered User
 
Join Date: Aug 2003
Posts: 52
watzmann is on a distinguished road
Bootable with a menu

i have cd writer and i want to make bootable cd but with a menu on it with the contents ,
for example i want it like that:

1- start computer with cd rom support
2- run Norton Antivirus

i know how to make bootable cd but how can i create this menu on my bootable cd

watzmann is offline   Reply With Quote
Old 08-15-2003, 06:12 AM   #2 (permalink)
Registered User
 
hav0c's Avatar
 
Join Date: Oct 2001
Location: TN, USA
Posts: 233
hav0c is on a distinguished road
This might be like something you were looking for

http://aroundcny.com/technofile/texts/delallbat97.html

This is just an example of how you could edit it to do what you want.

@echo off
goto top

:top
cls
cls
echo.
echo.
echo.
echo Choice Action
echo.
echo A Run Antivirus
echo B Backup from CD
echo H Show help
echo Q Quit without any action
echo.
choice /C:abhq /n Your choice:
If errorlevel 4 goto quit
if errorlevel 3 goto help
if errorlevel 2 goto no
if errorlevel 1 goto yes
:yes
echo Running anti-virus
echo.
echo D:\navirus.exe
goto end
:no
echo Running Backup
echo.
echo D:\ghost.exe
echo.
goto end
:help
echo.
echo Run antivirus or backup.
echo.
goto end
:quit
cls
:end

Last edited by hav0c; 08-15-2003 at 06:18 AM.
hav0c is offline   Reply With Quote
Old 08-15-2003, 06:18 AM   #3 (permalink)
Registered User
 
Join Date: Aug 2003
Posts: 52
watzmann is on a distinguished road
That's what i'm looking for ,thanks
watzmann is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 12:00 AM.