Munsab Ali Warsak
براے مہر بانی نیچے رجسٹریشن کلک کریں اور اگر آپ کا ریجسٹریشن ہوئی ہیں تو لوگ ان کلک کریں ، آپ سے گزارش ہیں کہ رجسٹریشن کرنے کے بعد لوگ ان ہوجائے - مدیر اعلٰی منصب علی

Join the forum, it's quick and easy

Munsab Ali Warsak
براے مہر بانی نیچے رجسٹریشن کلک کریں اور اگر آپ کا ریجسٹریشن ہوئی ہیں تو لوگ ان کلک کریں ، آپ سے گزارش ہیں کہ رجسٹریشن کرنے کے بعد لوگ ان ہوجائے - مدیر اعلٰی منصب علی
Munsab Ali Warsak
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Password Generator

Go down

Password Generator Empty Password Generator

Post by Munsab Ali Tue Nov 18, 2014 3:00 pm

This Batch generates number only passwords. You can choose from 1, 5. or 10 passowrds to show...all random

Code:

@echo off
:Start2
cls
goto Start
:Start
title Password Generator
echo I will make you a new password.
echo Please write the password down somewhere in case you forget it.
echo ----------------------------------------­-----------------------
echo 1) 1 Random Password
echo 2) 5 Random Passwords
echo 3) 10 Random Passwords
echo Input your choice
set input=
set /p input= Choice:
if %input%==1 goto A if NOT goto Start2
if %input%==2 goto B if NOT goto Start2
if %input%==3 goto C if NOT goto Start2
:A
cls
echo Your password is %random%
echo Now choose what you want to do.
echo 1) Go back to the beginning
echo 2) Exit
set input=
set /p input= Choice:
if %input%==1 goto Start2 if NOT goto Start 2
if %input%==2 goto Exit if NOT goto Start 2
:Exit
exit
:B
cls
echo Your 5 passwords are %random%, %random%, %random%, %random%, %random%.
echo Now choose what you want to do.
echo 1) Go back to the beginning
echo 2) Exit
set input=
set /p input= Choice:
if %input%==1 goto Start2 if NOT goto Start 2
if %input%==2 goto Exit if NOT goto Start 2
:C
cls
echo Your 10 Passwords are %random%, %random%, %random%, %random%, %random%, %random%, %random%, %random%, %random%, %random%
echo Now choose what you want to do.
echo 1) Go back to the beginning
echo 2) Exit
set input=
set /p input= Choice:
if %input%==1 goto Start2 if NOT goto Start 2
if %input%==2 goto Exit if NOT goto Start 2




to save password.bat
Munsab Ali
Munsab Ali
Admin
Admin

Monkey
1013
Join date/تاریخ شمولیت : 07.03.2014
Age/عمر : 43
Location/مقام : pakistan

https://munsab.forumur.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum