Hi,
I'm running XP Home (if it makes any diff)
I found the following code to do startup cleanup
of temp files and have included it in the startup directory.
The file shows up in startup menu and everything seems
to work BUT how do I get cmd.exe window to stay open
so that I can see what has happened ?
I tried adding ECHO on and ECHO in front of the lines as well as starting cmd but it didn"t work (I'm just not
getting the hang of this)
xp.cmd code:
cd %homedrive%%homepath%
rd /s/q locals~1\tempor~1
rd /s/q locals~1\temp
rd /s/q cookies
rd /s/q temp
rd /s/q locals~1\temp\history
rd /s/q locals~1\temp
md locals~1\temp
BR,Vjeko
I'm running XP Home (if it makes any diff)
I found the following code to do startup cleanup
of temp files and have included it in the startup directory.
The file shows up in startup menu and everything seems
to work BUT how do I get cmd.exe window to stay open
so that I can see what has happened ?
I tried adding ECHO on and ECHO in front of the lines as well as starting cmd but it didn"t work (I'm just not
getting the hang of this)
xp.cmd code:
cd %homedrive%%homepath%
rd /s/q locals~1\tempor~1
rd /s/q locals~1\temp
rd /s/q cookies
rd /s/q temp
rd /s/q locals~1\temp\history
rd /s/q locals~1\temp
md locals~1\temp
BR,Vjeko