copy and pasted the code into notepad then save.
SIMPLE rapid scrol save as .BAT
Code:
x=msgbox("BLANK ",1+64,"BLANK")
MSG * ("BLNAK ",1+64,"BLANK")
@echo off
MSG * ("BLANK",1+64,"BLANK")
color 1
:A
DIR /s
goto A
POP UP code save as .VBS ,also between , , add a # for effect
Code:
x=msgbox("box text", ,"box title")
This are the different buttons and there numbers are:
0 OK button only.
1 OK and cancel buttons.
2 abort, retry, and ignore buttons.
3 yes, no, and cancel buttons.
4 yes and no buttons.
5 retry and cancel buttons.
16 critical message icon.
32 warning query icon.
48 warning message icon.
64 information message icon.
Bookmarks