View Single Post
Old 03-06-2002, 06:10 PM   #7 (permalink)
korgul
Registered User
 
korgul's Avatar
 
Join Date: Oct 2001
Location: York, PA.
Posts: 1,326
korgul is on a distinguished road
Bflurie
This is what I have so far. I have 3 batch files on a boot disk.

<Autoexec.bat>
del c:\windows\win386.swp
copy a:\swap.bat c:\windows\startm~1\programs\startup
win /D:M


<swap.bat>
defrag.exe /all /noprompt
a:\delswap.bat

<delswap.bat>
del c:\windows\startm~1\programs\startup\swap.bat

The only problem is that when windows boots into safe mode it does not process the startup files. So this means that the swap.bat file does not run.

Still stuck
korgul

korgul is offline   Reply With Quote