Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rebooting through ASP?

Status
Not open for further replies.

gerald

Programmer
Joined
Apr 10, 2000
Messages
152
Location
US
I was also wondering if there is a way to reboot the server using an ASP call?<br><br>What Im doing is Im writing an administration script that will add IP numbers to a network device. Normally when I do this from the server, it will ask me to reboot the system before the changes take place.<br><br>Any help would be greatly appreciated.<br>Also, if you know of a command-line command that will reboot the system that would also be helpful.<br><br>Thanks<br>Gerald<br>
 
The only way I can think of to do this would be to create a COM object that calls the Windows API function to reboot, and call it from your ASP page.<br> <p>nick bulka<br><a href=mailto: > </a><br><a href= </a><br>Get your technical books at Bulka's Books<br>
 
Yes I kinda figured that I would need to resort to that.<br>I have been stalling on learning how to create useful COM objects with VB but I guess it is about time. :-)<br><br>Thanks<br>Gerald<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top