7 lines
127 B
Batchfile
7 lines
127 B
Batchfile
@echo off
|
|
if %1@==@ (
|
|
if exist notes.txt more notes.txt
|
|
goto :eof
|
|
)
|
|
echo %date% %time%:>>notes.txt
|
|
echo %*>>notes.txt
|