| CS.RIN.RU - Steam Underground Community http://cs.rin.ru/forum/ |
|
| help with batch file http://cs.rin.ru/forum/viewtopic.php?f=14&t=60176 |
Page 1 of 1 |
| Author: | white_cloud [ Friday, 02 Sep 2011, 21:21 ] |
| Post subject: | help with batch file |
i like 7zip and winrar so i use the sfx and sfxmaker to make shortcuts need help with deleting folder my only problem is that i have to do it through cmd and it works fine but if i just double click on my bat file it wont delete, its searches for my folder defy and deletes from startmenu folder which is what i want how to do this through my batch file and not goin through cmd? game defy gravity this is what im using so far uninstall.bat del "%userprofile%\desktop\Defy Gravity.lnk" (works) FOR /D /R %%X IN (defy*) DO RD /S /Q "%%X" (the problem how to fix) rem for /f "delims= " %%a in ('dir /a c:\Defy Gravity.nk /b /s') do del =%%a (commented out) START/B %COMSPEC% /C @RD/S/Q "%~DP0" (works deletes the files and subfolders in that folder) |
|
| Page 1 of 1 | All times are UTC + 3 hours |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|