August 19, 200521 yr I'm trying to use this in my cleanup.cmdDEL "%allUsersProfile%\Desktop\*.*"DEL "%UserProfile%\Desktop\*.*"(I like a nice clean desktop)but it asks me if i want to delete the files, How do you automaticly tell it to say yes, or get it to not ask at all? Edited August 19, 200521 yr by ender341
August 19, 200521 yr DEL "%allUsersProfile%\Desktop\*.*"DEL "%UserProfile%\Desktop\*.*"but it asks me if i want to delete the files, How do you automaticly tell it to say yes, or get it to not ask at all?<{POST_SNAPBACK}>Simple:DEL /q "%allUsersProfile%\Desktop\*.*"DEL /q "%UserProfile%\Desktop\*.*"/q(uiet)HTHSenax Edited August 19, 200521 yr by Senax
Create an account or sign in to comment