Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running a Telnet Program
Message
From
06/09/2000 08:59:26
 
 
To
06/09/2000 05:53:39
Victor Lapid
Phil. Long Distance Tel. Co.
Manila, Philippines
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00412820
Message ID:
00412867
Views:
23
>I've done a vbscript wherein there is a button with a Label "Telnet" and upon clicking it from the browser, it will launch the Telnet application. Unfortunately I couldn't find a vbscript command that is similar to VB's command SHELL to launch an application.

Hi Victor,

You can use the Windows Script Host to do this, this VBScript opens up Notepad.exe:

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run ("%windir%\notepad" )


You may have to fiddle with the security settings if something doesn't work. For the complete scripting guide (VBScript, JScript, WSH, File SCripting Object) make sure to favorite http://msdn.microsoft.com/scripting/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform