The following is taken from a section of a bat file
if not errorlevel 1 echo path %1 time %2 >>save.txt
But in save.txt I didn't find the content appearing in the format I wanted
It only shows "Incorrect command syntax"
What's going on?
Please explain~~
if not errorlevel 1 echo path %1 time %2 >>save.txt
But in save.txt I didn't find the content appearing in the format I wanted
It only shows "Incorrect command syntax"
What's going on?
Please explain~~

