|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Script
Hello, probably you guys can help me.. I'm looking for a start and stop script using ASP... I had one but I lost it.. I had forgotten to save the ASP script my friend sent me to start and stop programs via web interface.. Do u guys have one lying around? Also, if I find mine from my friend would it be possible to make a self install program.. Where you can install it and run it so it won't have to work thru IIS?
Thanks for the help. |
|
#2
|
||||
|
||||
|
ASP can't work without IIS. it's like trying to run program without computer.
ASP also can't directly start or stop any programs, you have to write/find some full scale command line application (written in C++ or VB for example) that is doing it and having such application you can "call" it using the WScript.Shell ASP component. |
|
#3
|
|||
|
|||
|
http://www.planet-source-code.com/vb/scripts/ShowZip.asp?lngWId=4&lngCodeId=6366&strZipAccessCode=tp%2FC63665011
Here's a script I found for starting and stoping any program remotely.. ... My question is how Can I make it start and stop just a particular program? |
|
#4
|
||||
|
||||
|
ask whoever wrote this. I'm not familiar with this code, and won't risk giving IIS the permissions needed to make this code work anyway.
as I said, you have the built in WScript.Shell component for executing applications. |
![]() |
| Viewing: ASP Free Forums > Other > ASP Free Lounge > Script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|