Hi,
How do I close this batch file automatically when it's finished.
This is my batch file for deleting tif, cookies, etc.
------------------------
cddeltree/y temp
cd windows
deltree/y cookies
deltree/y history
deltree/y temp
deltree/y win386.swp
cd recent
DELTREE /y c:\windows\recent\*.* > NUL
cdcd windows
cd tempor~1
deltree/y content.ie5
cdcd windows
md temp
---------------------
I want the batch file to close automatically when the batch file finishes. I have tried putting exit at the end, but that didn't work. I'm using Windows ME.
Thanks
![[deejay] [deejay] [deejay]](/data/assets/smilies/deejay.gif)
Nate
"If you're not living on the edge, you're taking up too much space!"
How do I close this batch file automatically when it's finished.
This is my batch file for deleting tif, cookies, etc.
------------------------
cddeltree/y temp
cd windows
deltree/y cookies
deltree/y history
deltree/y temp
deltree/y win386.swp
cd recent
DELTREE /y c:\windows\recent\*.* > NUL
cdcd windows
cd tempor~1
deltree/y content.ie5
cdcd windows
md temp
---------------------
I want the batch file to close automatically when the batch file finishes. I have tried putting exit at the end, but that didn't work. I'm using Windows ME.
Thanks
![[deejay] [deejay] [deejay]](/data/assets/smilies/deejay.gif)
Nate
"If you're not living on the edge, you're taking up too much space!"