![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-07 12:50 |
48,040 topics / 350,125 posts / today 0 new / 48,252 members |
| DOS批处理 & 脚本技术(批处理室) » Here is a batch script example to achieve displaying `*` when inputting characters: ```batch @echo off setlocal enabledelayedexpansion set "password=" echo Please enter your password: :input set "key=" for /f "delims=" %%a in ('choice /c 0123456789abcdefghijklmnopqrstuvwxyz /t 0 /d 0 /n set /p "key=" if "!key!"=="" goto input set "password=!password!!key!" echo * goto input ``` Please note that this is a simple example, and there are more advanced ways to handle password input and security, but this basic script can display `*` while inputting characters. |
| Printable Version 1,636 / 6 |
| Floor1 yovie | Posted 2008-01-24 10:18 |
| 初级用户 Posts 42 Credits 92 From 重庆市巫山县 | |
|
Referenced the original大人 Herbert Kleebauer's ASCODE part
[ Last edited by yovie on 2008-1-28 at 12:11 PM ] |
|
| Floor2 yovie | Posted 2008-01-26 14:00 |
| 初级用户 Posts 42 Credits 92 From 重庆市巫山县 | |
|
Hehe. Fixed it and reposted.
|
|
| Floor3 plp626 | Posted 2008-01-26 14:45 |
| 银牌会员 Posts 1,020 Credits 2,278 | |
| Floor4 suntb | Posted 2008-01-26 15:40 |
| 高级用户 Posts 277 Credits 581 | |
|
When saving the building owner's code as a CMD and running it, it prompts: "password.com is not a valid Win32 application. Access denied"
|
|
| Floor5 HAT | Posted 2008-01-27 01:20 |
| 版主 Posts 5,017 Credits 9,023 | |
|
// 无奈何 posted on: 2008-01-26 12:51
Is the original poster the alternate account of user 无奈何^_^ You should at least read the usage instructions when using someone else's batch script, heh heh. |
|
| Floor6 yovie | Posted 2008-01-28 12:13 |
| 初级用户 Posts 42 Credits 92 From 重庆市巫山县 | |
|
Hehe. I'm sorry, upstairs. I forgot to change that signature. [Hey, being a moderator is way out of my reach!]
Also, try saving it as *.bat in floor 4. |
|
| Floor7 Shinaterry | Posted 2008-03-28 15:41 |
| 初级用户 Posts 51 Credits 97 | |
|
-_-!!! Why can't I run it?
|
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |