HOME .Net ASP Assembly C C++ Delphi HTML Java JavaScript MySQL PC interface Powershell Perl PHP VBScript Visual Basic XML
US Job listings
Code snippets RSS feeds Magazines Forum Directory links webmaster resources training
Freelancers Computer book store All products
Free stuff Dropshippers Only PHP Make money from your website Scripts.com - Get the best scripts NOW!
Private Sub Command1_Click()
Dim FileName As String Dim Application As String
FileName = "f:\test.txt" Application = "Notepad.exe" Shell Application & " " & FileName, vbNormalFocus
End Sub