home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Net Power 2000 #9
/
Net2.iso
/
Utility
/
automate.exe
/
%MAINDIR%
/
sample2.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
BASIC Source File
|
2000-07-27
|
218 b
|
7 lines
Sub Main
L$ = InputBox$("What is your name?", "Accepting User Input","No Name")
Shell "notepad.exe", vbNormalFocus
Wait(1)
SendKeys "See what I mean, " + L$ + ", now let me show you the new way!", 1
End Sub