The following is quoted from Wengier on 2003-6-1 10:42:37:
The following is quoted from nihlathak on 2003-5-30 19:50:47:
Yeah, the problem is solved now.
I changed the path after
SET TMP=%RAMDRIVE%\TEMP
SET TEMP=%RAMDRIVE%\TEMP
PATH=%RAMDRIVE%.;%RAMDRIVE%\SYSTEM
and now no matter where I am I can run the stuff in those two folders.
But why exactly?
I still don't understand!!
That's because DOS automatically searches for programs in all the paths specified in PATH.
But I changed the path statement in
:NEXT
SET SM=
SET DIRCMD=/OGN /4
SET PROMPT=$P$G
PATH=%PATH%;C:.;A:.;..
like this:
:NEXT
SET SM=
SET DIRCMD=/OGN /4
SET PROMPT=$P$G
PATH=%PATH%;C:.;A:.;C:\masm6;c:\bc31\bin;..
but it still doesn't work. Why is that?





