All pastes #2083894 Raw Edit

Stuff

public text v1 · immutable
#2083894 ·published 2011-09-28 15:36 UTC
rendered paste body
rem user_log.bat
echo off
cls
echo Hi there %username% >>log.txt
echo Today's date is: %date% >>log.txt
echo The time is: %time% >>log.txt
copy log.txt %username%.log
type %username%.log

pause