- Jun
- 27
- 0
If I alter the PATH variable with eset, it does not take effect immediately:
:: view the path
C:\Program Files\JPSoft\TCMD31]path
PATH=C:\Users\ericp\enp\bat;c:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem; [other stuff deleted...]
:: A batch file at the head of the path is not found, backslash prepended to filename
[C:\Program Files\JPSoft\TCMD31]areacode 312
TCC: Unknown command "\areacode.btm"
:: although the batch file exists where it should
[C:\Program Files\JPSoft\TCMD31]dir /b c:\Users\ericp\enp\bat\areacode.btm
areacode.btm
What did I do wrong?
:: view the path
C:\Program Files\JPSoft\TCMD31]path
PATH=C:\Users\ericp\enp\bat;c:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem; [other stuff deleted...]
:: A batch file at the head of the path is not found, backslash prepended to filename
[C:\Program Files\JPSoft\TCMD31]areacode 312
TCC: Unknown command "\areacode.btm"
:: although the batch file exists where it should
[C:\Program Files\JPSoft\TCMD31]dir /b c:\Users\ericp\enp\bat\areacode.btm
areacode.btm
What did I do wrong?