Jump to content

How do I make a bat/cmd file delete itself when finished?


Recommended Posts

Posted (edited)

Edit: Sorry about that , posted in wrong forum.

Maybe I shoul read the sticky at the top before posting huh :blushing:

Edited by smashly

Posted

That last line will never execute. See, after you execute DEL %0, the batch in question is no longer available, so it never reads the last line. Also, the Attrib -r is superfluous. It's not necessary.

Posted (edited)

"EXIT" yes, but "Attrib- r" maybe he want's to use the batch in some unattended stuff, and then the batch gets read-only, thats what happens with every file i put in the OEM folder..

Edited by BlueMe
Posted

Thank You for the answer BlueMe.

Once again sorry for posting in the wrong section , won't happen again.

Some1 Please DEL %0 this misplaced thread.

Cheers

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...