cmd: Remove %CD% test.
%CD% seems not supported on Windows NT 4.
This commit is contained in:
parent
b120836bd2
commit
954d06ca35
|
@ -23,7 +23,6 @@ cd dummydir
|
|||
echo %~dp0
|
||||
cd ..
|
||||
rmdir dummydir
|
||||
echo %CD%
|
||||
echo %%
|
||||
echo P%
|
||||
echo %P
|
||||
|
|
|
@ -16,7 +16,6 @@ bar
|
|||
~dp0 should be directory containing batch file
|
||||
@pwd@\
|
||||
@pwd@\
|
||||
@pwd@
|
||||
%
|
||||
P
|
||||
P
|
||||
|
|
Loading…
Reference in New Issue