Sep 11 2011, 02:41 AM
it looks like it is in a Batch file Format. you use Echo for displaying something like this
@echo off
echo welcome %username%
echo time is %time% and the date is %date%
pause
to use:
[list type=decimal]
[*]when you save this switch file type to any
[*]type you name with a .bat at the end (exp :welcome.bat)
[/list]
@echo off
echo welcome %username%
echo time is %time% and the date is %date%
pause
to use:
[list type=decimal]
[*]when you save this switch file type to any
[*]type you name with a .bat at the end (exp :welcome.bat)
[/list]
~The lonely Stoner seems to free his mind at night~