Linux commands: Difference between revisions

Jump to navigation Jump to search
35 bytes removed ,  8 September 2016
Line 144: Line 144:
<pre>
<pre>
SET a = C:\path\to\file
SET a = C:\path\to\file
REM -- If the directory was separated the \ symbol & the path NOT contains space
REM -- Correct command: SET a=C:\path\to\file
IF EXIST %a% (ECHO YES) ELSE (ECHO No)
IF EXIST %a% (ECHO YES) ELSE (ECHO No)
REM -- the returned result will not correct!
REM -- the returned result will not correct!

Navigation menu