Computing.Net > Forums > Programming > Batch login script.

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Batch login script.

Reply to Message Icon

Name: Ruisu
Date: April 29, 2009 at 21:13:12 Pacific
OS: Microsoft Windows XP Professional
CPU/Ram: 2.31 GHz / 3070 MB
Product: Gigabyte / Nvdaacpi
Subcategory: Batch
Comment:

Hello.
Does anybody know of a way to write a user
login script in batch?
It could of course be in another language but
as of the time being, batch is all i understand.

I would like it to have a user create section or
something alike that that saves the passwords
to an external file that is readable by only the
login script (encrypted or something. Not sure
were to go there) but i have no idea were i
should start.

Could someone please lend a hand to a
beginner?



Sponsored Link
Ads by Google

Response Number 1
Name: alexert
Date: July 21, 2009 at 16:02:51 Pacific
Reply:

Batch login script

:log
Cls
Color 7
set /p pass=Password:
if %pass%=="You password" goto login
goto log

:login
Call "File to goto"


0
Reply to Message Icon

Related Posts

See More


Trouble with Macros Batch Windows Version Che...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Batch login script.

Need help with batch login script www.computing.net/answers/programming/need-help-with-batch-login-script-/12985.html

Access Database Login Script www.computing.net/answers/programming/access-database-login-script/11031.html

login script problem www.computing.net/answers/programming/login-script-problem/8742.html