Anonymous C replied with this 12 years ago, 29 minutes later, 3 hours after the original post[^][v]#471,018
@previous (A)
What commands are giving you trouble? cd $somepath should tell cmd to crossdress as $somepath. Can we have an example of a command you are using that gives you the error?
Also: Silly me, a space isn't always required in a DOS-style command line. cd followed by a period or backslash often gets interpreted just fine.
Anonymous A (OP) replied with this 12 years ago, 6 minutes later, 3 hours after the original post[^][v]#471,019
Anonymous C replied with this 12 years ago, 15 minutes later, 4 hours after the original post[^][v]#471,021
@previous (A)
That looks like it should work. Even if you added an extra backslash at the end, it should fail some error message about how it can't go to that path. It shouldn't tell you cd isn't a valid command. When does cd work correctly?
Anonymous A (OP) replied with this 12 years ago, 21 hours later, 1 day after the original post[^][v]#471,186
@previous (C)
It usually works whenever I first attempt it after booting up my computer and now when I just tried it. I am getting those messages again.
I tried searching, but it seems like the issue with this was for other problems.
EDIT: I just added an end slash to it and it worked.