February 22, 200521 yr I'm trying to delete a shortcut that i put in $Docs\all users\desktop of my UA CD 'IF' the program isn't installed .i know IF EXIST command works fine, but could anyone tell me opposite of that?IF not exist "$Progs\emule" DEL /S /Q "$docs\all users\desktop\emule.lnk"IF not exist "$Progs\emule" DEL /S /Q "$docs\all users\desktop\Uninstall emule.lnk"i tried this and i think i got it wrong..btw, would the .cmd handle spaces between path fine??tia.
February 22, 200521 yr I'm trying to delete a shortcut that i put in $Docs\all users\desktop of my UA CD 'IF' the program isn't installed .i know IF EXIST command works fine, but could anyone tell me opposite of that?IF not exist "$Progs\emule" DEL /S /Q "$docs\all users\desktop\emule.lnk"IF not exist "$Progs\emule" DEL /S /Q "$docs\all users\desktop\Uninstall emule.lnk"i tried this and i think i got it wrong..btw, would the .cmd handle spaces between path fine??tia.<{POST_SNAPBACK}>It is DEL /F /Q
Create an account or sign in to comment