|
Answer» Hi!
I'm trying to make a batch script for my TWO steam ACCOUNTS and when i start it it does what it should be doing, which is LOGGING in, but it doesn't close the command prompt until I exit steam, then it countdown to 10 and then exit. My .bat file LOOKS like this:
I: cd I:\Program Files (x86)\Steam steam.exe -login username Password TIMEOUT 10 exit Try this:
Code: [Select]@echo off cd /d "I:\Program Files (x86)\Steam" start "" steam.exe -login username PasswordThank you so much!
It worked perfectly!
|