home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
runfix
/
runfix.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
BASIC Source File
|
1995-05-09
|
221 b
|
9 lines
Sub Main ()
AppActivate "Program Manager" ' select ProgMan
SendKeys "%{ }{Down 3}{Enter}", -1 ' sends Minimize keys to ProgMan
x = Shell(Command$, 1) ' launch app
End
End Sub