|
Vanessa
offline
OC God 22 Jahre dabei !
Intel Pentium II 450 MHz @ 504 MHz 23°C mit 2.06 Volt
|
hi. ich hatte vor, eine bootfähige cdrom zu erstellen, das hab ich auch hinbekommen.. nur will ich auch noch andere programme die unter dos laufen, auf diese cd packen! das hab ich auch hinbekommen, indem ich sie einfach mit auf cd gebrannt hab,.,. nun das problem, ich will die programme aber direkt vom bootmenü steuern... das heisst,, wenn das normale bootmenü von win98oderwinMe kommt wenn ich die cd reinlege, hat man 4 menüeinträge jetzt wollte ich zusätzlich zu den 4 einträgen weitere einträge hinzufügen, womit ich dann die jeweiligen programme starten kann die ich auf die cd extra ncoh dazu gepackt hab..
Ja Ich Bin WEIBLICH!!!! Nicht Mehr fragen... Danke!!!!!!!!
|
Beiträge gesamt: 1134 | Durchschnitt: 0 Postings pro Tag Registrierung: Nov. 2002 | Dabei seit: 8101 Tagen | Erstellt: 10:05 am 10. Dez. 2002
|
|
|
Vanessa
offline
OC God 22 Jahre dabei !
Intel Pentium II 450 MHz @ 504 MHz 23°C mit 2.06 Volt
|
das ist jetzt fuer startdiskette win98: ---autoexec.bat--- @ECHO OFF path=c:\windows;c:\windows\command \hibinv.exe call \checksr.bat IF "%config%"=="QUICK" GOTO QUICK set EXPAND=YES SET DIRCMD=/O:N set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15 set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C cls call setramd.bat %LglDrv% set temp=c:\ set tmp=c:\ path=%RAMD%:\;a:\;%path%;%CDROM%:\ copy command.com %RAMD%:\ > NUL set comspec=%RAMD%:\command.com copy extract.exe %RAMD%:\ > NUL copy readme.txt %RAMD%:\ > NUL :ERROR IF EXIST ebd.cab GOTO EXT echo Please insert Windows Millennium Edition Startup Disk 2 echo. pause GOTO ERROR :EXT %RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL echo The diagnostic tools were successfully loaded to drive %RAMD%. echo. IF "%config%"=="NOCD" GOTO QUIT IF "%config%"=="HELP" GOTO HELP LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM% ::If MSCDEX doesn't find a drive... IF ERRORLEVEL 1 SET CDPROB=1 :: GOTO QUIT :HELP LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM% ::If MSCDEX doesn't find a drive... IF ERRORLEVEL 1 SET CDPROB=1 cls call help.bat :: GOTO QUIT :QUIT call fixit.bat rem clean up environment variables set CDPROB= set CDROM= set LglDrv= GOTO QUICK :QUICK ---config.sys--- [menu] menuitem=HELP, Help menuitem=CD, Start computer with CD-ROM support. menuitem=NOCD, Start computer without CD-ROM support. menuitem=QUICK, Minimal Boot menudefault=HELP,30 menucolor=7,0 [HELP] device=oakcdrom.sys /D:mscd001 device=btdosm.sys device=flashpt.sys device=btcdrom.sys /D:mscd001 device=aspi2dos.sys device=aspi8dos.sys device=aspi4dos.sys device=aspi8u2.sys device=aspicd.sys /D:mscd001 devicehigh=ramdrive.sys /E 2048 [CD] device=oakcdrom.sys /D:mscd001 device=btdosm.sys device=flashpt.sys device=btcdrom.sys /D:mscd001 device=aspi2dos.sys device=aspi8dos.sys device=aspi4dos.sys device=aspi8u2.sys device=aspicd.sys /D:mscd001 devicehigh=ramdrive.sys /E 2048 [NOCD] devicehigh=ramdrive.sys /E 2048 [QUICK] [COMMON] files=10 buffers=10 dos=high,umb stacks=9,256 lastdrive=z device=display.sys con=(ega,,1) country=044,850,country.sys install=mode.com con cp prepare=((850) ega.cpi) install=mode.com con cp select=850
Ja Ich Bin WEIBLICH!!!! Nicht Mehr fragen... Danke!!!!!!!!
|
Beiträge gesamt: 1134 | Durchschnitt: 0 Postings pro Tag Registrierung: Nov. 2002 | Dabei seit: 8101 Tagen | Erstellt: 11:46 am 10. Dez. 2002
|
|
|
|
|
|
SvenD73
aus Osthofen offline
OC God 22 Jahre dabei !
Intel Core i3 3700 MHz
|
So, schau mal ob Du damit klar kommst: ---config.sys--- [menu] menuitem=HELP, Help menuitem=CD, Start computer with CD-ROM support. menuitem=NOCD, Start computer without CD-ROM support. menuitem=QUICK, Minimal Boot menuitem=PROG1, Programm 1 (halt nen Name, aber PROG1 nicht verändern) menuitem=PROG2, Programm 2 menuitem=PROG3, Programm 3 ... usw. (wenn’s mehr sind, kannste das ja selbst weitermachen) menudefault=HELP,30 menucolor=7,0 [HELP] device=oakcdrom.sys /D:mscd001 device=btdosm.sys device=flashpt.sys device=btcdrom.sys /D:mscd001 device=aspi2dos.sys device=aspi8dos.sys device=aspi4dos.sys device=aspi8u2.sys device=aspicd.sys /D:mscd001 devicehigh=ramdrive.sys /E 2048 [CD] device=oakcdrom.sys /D:mscd001 device=btdosm.sys device=flashpt.sys device=btcdrom.sys /D:mscd001 device=aspi2dos.sys device=aspi8dos.sys device=aspi4dos.sys device=aspi8u2.sys device=aspicd.sys /D:mscd001 devicehigh=ramdrive.sys /E 2048 [NOCD] devicehigh=ramdrive.sys /E 2048 [QUICK] [PROG1] device=oakcdrom.sys /D:mscd001 device=btdosm.sys device=flashpt.sys device=btcdrom.sys /D:mscd001 device=aspi2dos.sys device=aspi8dos.sys device=aspi4dos.sys device=aspi8u2.sys device=aspicd.sys /D:mscd001 devicehigh=ramdrive.sys /E 2048 [PROG2] device=oakcdrom.sys /D:mscd001 device=btdosm.sys device=flashpt.sys device=btcdrom.sys /D:mscd001 device=aspi2dos.sys device=aspi8dos.sys device=aspi4dos.sys device=aspi8u2.sys device=aspicd.sys /D:mscd001 devicehigh=ramdrive.sys /E 2048 [PROG3] device=oakcdrom.sys /D:mscd001 device=btdosm.sys device=flashpt.sys device=btcdrom.sys /D:mscd001 device=aspi2dos.sys device=aspi8dos.sys device=aspi4dos.sys device=aspi8u2.sys device=aspicd.sys /D:mscd001 devicehigh=ramdrive.sys /E 2048 ... (evtl, deine weiteren Programme) [COMMON] files=10 buffers=10 dos=high,umb stacks=9,256 lastdrive=z device=display.sys con=(ega,,1) country=044,850,country.sys install=mode.com con cp prepare=((850) ega.cpi) install=mode.com con cp select=850 --autoexec.bat------ @ECHO OFF path=c:\windows;c:\windows\command \hibinv.exe call \checksr.bat IF "%config%"=="QUICK" GOTO QUICK set EXPAND=YES SET DIRCMD=/O:N set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15 set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C cls call setramd.bat %LglDrv% set temp=c:\ set tmp=c:\ path=%RAMD%:\;a:\;%path%;%CDROM%:\ copy command.com %RAMD%:\ > NUL set comspec=%RAMD%:\command.com copy extract.exe %RAMD%:\ > NUL copy readme.txt %RAMD%:\ > NUL :ERROR IF EXIST ebd.cab GOTO EXT echo Please insert Windows Millennium Edition Startup Disk 2 echo. pause GOTO ERROR :EXT %RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL echo The diagnostic tools were successfully loaded to drive %RAMD%. echo. IF "%config%"=="NOCD" GOTO QUIT IF "%config%"=="HELP" GOTO HELP IF "%config%"=="PROG1" GOTO PROG1 IF "%config%"=="PROG2" GOTO PROG2 IF "%config%"=="PROG3" GOTO PROG3 ... (je nach dem, klar, oder?) LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM% ::If MSCDEX doesn't find a drive... IF ERRORLEVEL 1 SET CDPROB=1 :: GOTO QUIT :HELP LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM% ::If MSCDEX doesn't find a drive... IF ERRORLEVEL 1 SET CDPROB=1 cls call help.bat :: GOTO QUIT ROG1 (hier gibst Du einfach den Pfad ein, wo die Datei steht /a:\xxxx\yyyy\zzzz\prog.exe (oder halt.com)) GOTO QUIT ROG2 (hier gibst Du einfach den Pfad ein, wo die Datei steht /a:\xxxx\yyyy\zzzz\prog.exe (oder halt.com)) GOTO QUIT ROG3 (hier gibst Du einfach den Pfad ein, wo die Datei steht /a:\xxxx\yyyy\zzzz\prog.exe (oder halt.com)) GOTO QUIT ....... :QUIT call fixit.bat rem clean up environment variables set CDPROB= set CDROM= set LglDrv= GOTO QUICK :QUICK So, habisch fertisch. Guck ma obs funzt, bzw. Du damit zurecht kommst. cu
<----- JAAAA, das bin ich. Was schon ist, kann nicht werden
|
Beiträge gesamt: 4288 | Durchschnitt: 1 Postings pro Tag Registrierung: April 2002 | Dabei seit: 8314 Tagen | Erstellt: 14:05 am 10. Dez. 2002
|
|
|
|
|
|