RosettaCodeData/Task/Take-notes-on-the-command-line/Batch-File/take-notes-on-the-command-line.bat

8 lines
127 B
Batchfile
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
@echo off
if %1@==@ (
if exist notes.txt more notes.txt
goto :eof
)
echo %date% %time%:>>notes.txt
echo %*>>notes.txt