|
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
|