‘**************************************
‘ Name: Start any other program/document
‘ /anything!
‘ Description:starts anything, a program
‘ , link, e-mail, or document, or just ANY
‘ THING that can be clicked on literally w
‘ ith 1 line of code.
‘
‘ Inputs:None
‘
‘ Returns:None
‘
‘Assumes:None
‘
‘Side Effects:None
‘**************************************
Shell “Start.exe ” & “your program/url/e-mail address to send to/document/ANYTHING!”, 0
‘as you type the comma, look on the menu
‘ to select if you want to hide vb, etc.
‘0 is hide vb i think
‘For example:
‘Shell Start.exe ” & app.exename & “.exe
‘ “, 0
‘easy code, no hassle!