this is my script why wont it wrok eventualy it will delete autoexec.cfg and put my fps configh there form the script but why wont it work now
Code:
Set objShell = CreateObject("Wscript.Shell")
Set WshShell = WScript.CreateObject("WScript.Shell")
ts = InputBox("Please enter your steam username")
WshShell.Run ("C:\Program Files\Steam\SteamApps\" & ts & "\""counter-strike source\cstrike\cfg\autoexec.cfg")
'End
Last edited: