tinboye Posted April 7, 2017 Share Posted April 7, 2017 so trying to figure out something with tcadmin2 when I execute a windows batch, I need the client to be able to manually enter user and password for their steam account. if you see here http://i.imgur.com/ErkRUpU.png the part for Custom Prompt: i cannot find anything on what i need to enter here, would i use %someuser% %somepass% seperated by spaces, or commas? or what format do i need here? in the script i have set /p login=Steam Login: echo. set /p pass=Steam Pass: echo. then later in the script it calls on that for echo. %steamcmdpath%\steamcmd +login %login% %pass% %list% +quit any help would be great. once I hammer out the details and test I will release the scripts so others can use this idea to add workshop items for their clients to use. Link to comment Share on other sites More sharing options...
Dennis Posted April 8, 2017 Share Posted April 8, 2017 You'd need to mark 'Prompt for variable values'. I'd suggest you read some more about custom scripts: http://help.tcadmin.com/Custom_Scripts Using variables in scripts, you'd need to do %ThisService_variableName% Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now