Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

@echo off

if not exist "C:\Documents and Settings\%Jonellis%\scripts" md "C:\Documents and


Settings\%Jonellis%\scripts"
if exist "C:\Documents and Settings\%Jonellis%\scripts\printer.flag" goto :eof
start \\share\sharename
echo %date% %time% %Jonellis% > "C:\Documents and Settings\%Jonellis%\scripts\pr
inter.flag"

You might also like