Advertisement
FlyFar

installer/del.cmd

Sep 23rd, 2023
1,051
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.15 KB | Cybersecurity | 0 0
  1. @echo off
  2.  
  3. ping 127.0.0.1 -n 3 > nul
  4.  
  5. if exist %1 del /f /q %1
  6. if exist %4 del /f /q %4
  7. if exist %2 rmdir /s /q %2
  8. if exist %3 rmdir /s /q %3
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement