hakon
Member
Here is the code:
@ echo off
set /p file=File to delete:
if "%file%" == "*.exe" goto kill
if exist "%file%" goto del
echo File does not exist
goto exit
:kill
taskkill /im "%file%" /f /t
:del
attrib -s -r -h -a "%file%"
del "%file%" /f /q
if exist "%file%" goto err
echo File deleted.
goto exit
:err
choice /M "Error, file was not deleted, do you want it deleted on next reboot"
if ERRORLEVEL==2 goto exit
REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Currentversion\RunOnce /v "Del "%file%" OnNextReboot" /d ^"cmd.exe /c DEL /F /Q \"%file%"" /f"
choice /M "Do you want to reboot now"
if ERRORLEVEL=2 goto exit
shutdown -r -t 60
:exit
pause
exit
The thing that dosent work is the 3th line AND i have yet to figure out how to kill that process, since "%file%" can be a path to a exe (C:\Windows\explorer.exe). Obviously taskill /im "C:\Windows\explorer.exe" /f /t does not work
So, i need help with the 3th line and some ideas how to kill "%file%" if it is a path to a exe
- Hakon
@ echo off
set /p file=File to delete:
if "%file%" == "*.exe" goto kill
if exist "%file%" goto del
echo File does not exist
goto exit
:kill
taskkill /im "%file%" /f /t
:del
attrib -s -r -h -a "%file%"
del "%file%" /f /q
if exist "%file%" goto err
echo File deleted.
goto exit
:err
choice /M "Error, file was not deleted, do you want it deleted on next reboot"
if ERRORLEVEL==2 goto exit
REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Currentversion\RunOnce /v "Del "%file%" OnNextReboot" /d ^"cmd.exe /c DEL /F /Q \"%file%"" /f"
choice /M "Do you want to reboot now"
if ERRORLEVEL=2 goto exit
shutdown -r -t 60
:exit
pause
exit
The thing that dosent work is the 3th line AND i have yet to figure out how to kill that process, since "%file%" can be a path to a exe (C:\Windows\explorer.exe). Obviously taskill /im "C:\Windows\explorer.exe" /f /t does not work
So, i need help with the 3th line and some ideas how to kill "%file%" if it is a path to a exe
- Hakon
My Computer
System One
-
- Manufacturer/Model
- Packard Bell BV EasyNote SB87
- CPU
- Intel Core 2 Duo 2.2 GHz
- Motherboard
- Intel Crestline-PM PM965
- Memory
- 2x 2 GB DDR2-667 DDR2 SDRAM
- Graphics card(s)
- NVIDIA GeForce 8600M GT (512 MB)
- Sound Card
- Intel 82801HBM ICH8M
- Monitor(s) Displays
- AU Optronics B170PW03 [17" LCD]
- Screen Resolution
- 1440x900
- Hard Drives
- 2x Seagate Momentus 7200RPM 200GB