by Barista » Wed Mar 28, 2012 11:53 am
When I paste the path into a command prompt on the client it works. But nothing happens when i start it from the trueface client.
Tried other simple scripts. cant get any of them to work.
Simple batch file:
@ECHO OFF
REM ########## KILL STEAM #########
CLS
REM taskkill /f /IM steam.exe
REM ########## Launch steam Client games #########
CLS
set baseLogin=XXXXXXX
start "Game" "D:\games\Steam\Steam.exe" -showlogin 0 -allowuserfiles 1 -cafeapplaunch -w 1920 -h 1080 -applaunch %1 -login %baselogin%%Computername% password
CLS
EXIT
We have steam accounts for all PCs. So all i try to do is bind steam accounts to the PCs.
EDIT: I know the launch ID is missing. Still steam client should load and log in.
KR
Flemming
- Attachments
-

- bat.jpg (80.32 KiB) Viewed 408 times