Subst batch file trouble Created 16 years ago2007-08-21 18:15:19 UTC by mycokerewards mycokerewards

Created 16 years ago2007-08-21 18:15:19 UTC by mycokerewards mycokerewards

Posted 16 years ago2007-08-21 18:15:19 UTC Post #232550
Here's the contents of my batch file called "subst.bat", shortcutted to in the startup folder, as in the end of the steam tutorial:

@ECHO OFF
subst s: "c:program filessteamsteamappsmycokerewards"
CLS
EXIT

If I paste the command directly into the dos prompt, it works fine, but if I double-click the batch file, or leave try to run through the startup folder, it doesn't work... the dos window just seems to hang there doing nothin...
Posted 16 years ago2007-08-21 18:35:19 UTC Post #232551
FIXED!

Simply changed the contents of the batch file to:

CD
subst s: "c:program filessteamsteamappsmycokerewards"

...and it works! the CD just clears to the root directroy for anyone who
doesn't know. the other commands were unnecessary i guess...
Posted 16 years ago2007-08-21 19:11:27 UTC Post #232555
Good.
The Mad Carrot The Mad CarrotMad Carrot
You must be logged in to post a response.