Jump to content

Shehek Baloch

Members
  • Joined

  • Last visited

Posts posted by Shehek Baloch

  1. Same goes here as it does at MSFN we don't support Warez here either. This is your only warning here, any argument with this will result in a ban and any further questions on this matter will also get you banned.

    yeah i know, I was trying to delete this post after getting ur reply on MSFN but no option was available, so accept my apologies please

  2.  

    This script removes any locked directory, run as Administrator with script.cmd "dir to delete".

    @echo off

    takeown /F %1 /R

    icacls %1 /T /Q /grant "%UserName%":f

    del /f/s/q %1 > nul

    rmdir /s/q %1

     

    howto delete just one special folder?

     

     

    the script is written to delete specific folder

    just put the name of 'folder to be deleted' in the "dir to delete" area