B
Benny
I use following code to get the return value of comp
....
@echo n|comp %1 %2 >nul
IF ERRORLEVEL 1 GOTO CPY
....
but it will prompt
"Compare more files (Y/N) ?"
How can i hide the message?
....
@echo n|comp %1 %2 >nul
IF ERRORLEVEL 1 GOTO CPY
....
but it will prompt
"Compare more files (Y/N) ?"
How can i hide the message?