Results 1 to 5 of 5

Thread: bat file plz help................?

  1. #1
    king usama's Avatar
    king usama is offline Advance Member
    Last Online
    14th December 2022 @ 03:17 PM
    Join Date
    22 Jun 2013
    Location
    Islamabad
    Age
    30
    Gender
    Male
    Posts
    661
    Threads
    94
    Credits
    621
    Thanked
    20

    Default bat file plz help................?

    a,o,a

    dear it members mjy ak help chaheya about BATCH (bat) file . Ma ny google pay serach ki ha , par mjy smj ni i......................... Ak member ny secure folder with out software k name se ak thread post kia tha . Us ma password nazr ata ha . For example : us member ny (shah) password lgya tha jb wo lagty ha tu wo nazer ata a .... Ma ya chata hun k wo *** ma show ho ... Yani charectar change ho................ Us ka code ya ha .... Ab mjy ya janna ha k kn se line ma kn see coding change krni ha or kn sa new code add krna ha ....
    Coding ya ha .....




    cls
    @ECHO OFF
    title Folder shah
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST Personal goto MDLOCKER
    :CONFIRM
    echo Are you sure u want to lock the folder(Y/N)
    set/p "cho=>"
    if %cho%==Y goto LOCK
    if %cho%==y goto LOCK
    if %cho%==n goto END
    if %cho%==N goto END
    echo Invalid choice.
    goto CONFIRM
    :LOCK
    ren Personal "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    echo Folder locked
    goto End
    :UNLOCK
    echo Enter password to Unlock folder
    set /p "pass=>"
    if NOT %pass%==shah goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
    echo Folder unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto UNLOCK2
    :FAIL2
    echo Invalid password
    goto end
    :MDLOCKER
    md Personal
    echo Folder created successfully
    goto End
    :UNLOCK2
    echo Last chance to enter correct password to unlock folder
    set /p "pass=>"
    if not %pass%==shah goto FAIL2
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
    echo Folder unlocked successfully
    :End
    Attached Images Attached Images  

  2. #2
    king usama's Avatar
    king usama is offline Advance Member
    Last Online
    14th December 2022 @ 03:17 PM
    Join Date
    22 Jun 2013
    Location
    Islamabad
    Age
    30
    Gender
    Male
    Posts
    661
    Threads
    94
    Credits
    621
    Thanked
    20

    Default

    lgta h ksi ko ni pta.

  3. #3
    king usama's Avatar
    king usama is offline Advance Member
    Last Online
    14th December 2022 @ 03:17 PM
    Join Date
    22 Jun 2013
    Location
    Islamabad
    Age
    30
    Gender
    Male
    Posts
    661
    Threads
    94
    Credits
    621
    Thanked
    20

    Default

    yro koi tu help kro
    YouTube Links In Signature Is Not Allowed. ITD TEAM

  4. #4
    Adnanxyz's Avatar
    Adnanxyz is offline Senior Member+
    Last Online
    29th June 2017 @ 10:04 AM
    Join Date
    28 May 2014
    Age
    38
    Gender
    Male
    Posts
    413
    Threads
    17
    Credits
    214
    Thanked
    27

  5. #5
    king usama's Avatar
    king usama is offline Advance Member
    Last Online
    14th December 2022 @ 03:17 PM
    Join Date
    22 Jun 2013
    Location
    Islamabad
    Age
    30
    Gender
    Male
    Posts
    661
    Threads
    94
    Credits
    621
    Thanked
    20

    Default

    okbai try krta hun

Similar Threads

  1. A-Z Index of the Windows CMD command line
    By Arslan-vu in forum English IT Zone
    Replies: 4
    Last Post: 8th April 2018, 05:14 PM
  2. PHP MySQL Class-6
    By shakeel in forum PHP MySQL
    Replies: 98
    Last Post: 14th August 2016, 12:25 AM
  3. All Dos Camands
    By sibghati in forum General Discussion
    Replies: 2
    Last Post: 22nd October 2012, 12:10 PM
  4. Inpage to PDF ??
    By NoToRi0uS in forum Ask an Expert
    Replies: 2
    Last Post: 5th August 2008, 10:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •