Forum: Windows NT / 2000 / XP Mar 4th, 2006 |
| Replies: 10 Views: 13,484 Nope, all edits where made to IO.sys. |
Forum: Windows NT / 2000 / XP Oct 2nd, 2003 |
| Replies: 10 Views: 13,484 OK, last time....
I created a small batch file called wipe.bat and put it on the bootable floppy. It reads:
CLS
@echo off
wipe 0
exit
I then added a final line to AUTOEXEC.BAT to run... |
Forum: Windows NT / 2000 / XP Oct 2nd, 2003 |
| Replies: 10 Views: 13,484 Me again. :cheesy: I hope this whole conversation isn't too off-topic, but I think the original poster wanted to get into the IO.SYS file and make a few changes. So did I, which is how I stumbled... |
Forum: Windows NT / 2000 / XP Oct 2nd, 2003 |
| Replies: 10 Views: 13,484 Here's one reason: I'm trying to create a boot disk that will automatically launch the nifty little 'wipe.exe' utility I use on a regular basis. So far I've been able to edit the config.sys and... |