123 Eng

Engineering the engineers™


Latest Jobs   Forum Map

 


Home

Source Codes

Engineering Colleges

BE Students

Training  Reports (updated)

Seminar Reports (updated

Placement Papers (updated)

Forums

   Computer Science / IT

   Electronics

   Electrical

   Mechanical

   Chemical

   Civil

   CAT / MBA

   GMAT / Foreign MBA

Latest Jobs

Engineering Jobs / Technical Jobs

Management Jobs

Sitemap

About-Us

Terms of use

Displaying  Source Code(s)  
 

 
--------------------------------------------------------------------------------

Run Application (ping.exe)

--------------------------------------------------------------------------------

Description : This script uses WSH to open an executable and save the results to a textfile

<html>
<head>
</head>
<body>
<%
Dim wsh
Set wsh = CreateObject("WScript.Shell")
Response.Write wsh.run("cmd /c C:WINNTsystem32ping.exe " & "www.src.org > " & Server.MapPath("pingresults.txt"))
Set wsh = Nothing
Response.Redirect "pingresults.txt"
%>
</body>
</html>
 

 

 

Contribute content or training reports / feedback / Comments
job placement papers
All rights reserved © copyright 123ENG