So, what I would like to accomplish is to make a batch file with a login (username and password) where one would not have to go into the script (where all the commands are) to change the passwords and usernames.
Currently I can make a accounts which store the login information via %info%. However this is not permanent and this info will be lost once i close the batch file, making it so one with my knowledge would either have to manually change the script ( I would like to eliminate this by compressing the batch to an exe file for download later) or to create an account every time the batch file is reopened.
I assume there is some sort of command that allows you to edit the batch file script form the running batch file. If there is so I would be grateful if anyone could show me the command and how to use it (I assume if i change where the password will go to something distinguishable i.e. ZXC001 and so on and such a command exists I can replace this with the password)