We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fb8d7 commit d09bedfCopy full SHA for d09bedf
did.cmd
@@ -24,7 +24,7 @@ for /f "delims=#" %%e in ('"prompt #$e# & for %%e in (1) do rem"') do (
24
)
25
26
for /f "tokens=*" %%l in (%todo_list%) do (
27
- echo %%l | findstr /v /c:"%*" >> %temp_file%
+ echo %%l| findstr /v /c:"%*" >> %temp_file%
28
if !errorlevel! equ 1 (
29
echo %esc%[31m%%l%esc%[0m
30
) else (
do.cmd
@@ -40,6 +40,6 @@ if exist %todo_list% (
40
41
42
copy %todo_list% %temp_file% > nul
43
-echo %pad%%counter% %* > %todo_list%
+echo %pad%%counter% %*> %todo_list%
44
type %temp_file% >> %todo_list%
45
del %temp_file%
0 commit comments