A
ahmed ramadan
i have Windows 2000 Server,and when try to run the
following command :
FOR /F %%a IN ('CD') DO (
SET CMDDIR=%%a
)
The Error Message Display :-
..
'CD' is not recognized as an internal or external command,
operable program or batch file.
Note:
the above error not display on another servers except this
server .
following command :
FOR /F %%a IN ('CD') DO (
SET CMDDIR=%%a
)
The Error Message Display :-
..
'CD' is not recognized as an internal or external command,
operable program or batch file.
Note:
the above error not display on another servers except this
server .