Computing.Net > Forums > Programming > save user input in cmd prompt

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

save user input in cmd prompt

Reply to Message Icon

Name: TheMASTER
Date: August 3, 2008 at 11:52:35 Pacific
OS: xp
CPU/Ram: 508mb
Product: dell
Comment:

Hey all i have one more question for all who care to read this.
----------------------
I'm currently make an .bat script thats working as a small command line application
----------------------
As a part of the app i'm incorperationg user accounts. I can maunually edit the source code to add them myself but its difficult and i want others to be able to do it also without the potential for code being messed up.
--------------------
i have already set up my account which i will be the only on to add users as of now.
--------------------
i need a .bat script i can add to be able to save a Login On name and a Password to the file messenger.bat also there will be multiple accounts being added a once and i wish for it to be done while running the app without maunally editing the source code.
---------------------
i need to save the login and pass in this format
--------------------

:login0pass
set infoname:login
set infopass:pass
goto loggedinscreen

---------------------
- the source code file name is Messenger.bat
- i would like the code to work inside messenger.bat so i keep the whole thing to one file
- i need to be notified as a successful save of the account details

- TheMASTER -



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


VB9 filestream batch edit specific line ...



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: save user input in cmd prompt

Hiding user input in a Batch File www.computing.net/answers/programming/hiding-user-input-in-a-batch-file/15928.html

hiding user input in java www.computing.net/answers/programming/hiding-user-input-in-java/9552.html

Create text file based on user input www.computing.net/answers/programming/create-text-file-based-on-user-input/20212.html