FG
💻 Software

how do you make a letter password generator in batch?

Fresh7 days ago
Mar 15, 202640265 views
Confidence Score0%
0%

Problem

I'm having a hard time figuring out how to make a password generator with random letters in it. For example, ASWED-ASDWAD-EFEST. So far I can only make random numbers by using the code PS: my OS is windows vista. all help will be appreciated.

Error Output

@echo off

:password

echo %random%-%random%-%random
pause
goto password

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: how do you make a letter password generator in batch?

Low Risk

There is a discussion here that you could adapt for your purposes. TheOutcaste explains the above: I've modified it so you can easily specify the length and add or remove characters without having to change any other part of the code. For example, y…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment