Search found 3 matches
- 10 Jul 2012 08:12
- Forum: DOS Batch Forum
- Topic: windows startup disk
- Replies: 7
- Views: 5656
Re: windows startup disk
ok... i guess i should have started at the beginning. mab there's a simple way 2 do what i want. i have xp pro with a hard drive n 2 partitions, 1 4 the system n the other 4 programs so that's drives C and D. I them did a LLF on another seagate hard drive and added it to xp pro n then went to format...
- 08 Jul 2012 10:06
- Forum: DOS Batch Forum
- Topic: windows startup disk
- Replies: 7
- Views: 5656
Re: windows startup disk
ok here's part of SETRAMD.BAT @echo off set RAMD= set CDROM= echo. echo Preparing to start your computer. echo This may take a few minutes. Please wait... echo. a:\findramd if errorlevel 255 goto no_ramdrive if not errorlevel 3 goto no_ramdrive goto do_shift :loop if errorlevel %1 goto no_shift so i...
- 07 Jul 2012 13:13
- Forum: DOS Batch Forum
- Topic: windows startup disk
- Replies: 7
- Views: 5656
windows startup disk
hi everybody! i have win 95 98 n me startup disks n i wanna change one of them. i wanna make the ram drive a fixed ram drive like "H." here's the batch file for the 98 startup disk... 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 s...