Help RuntimeRevolution

This is a discussion on "Help RuntimeRevolution" within the Other Programming Languages section. This forum, and the thread "Help RuntimeRevolution are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 26th, 2005, 22:59
New Member
Join Date: Nov 2005
Age: 23
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Help RuntimeRevolution

I want to make a program that turns on and turns off a windows service. it hard to explane so here is an example.

C:\WINDOWS\system32\net.exe stop wzcsvc

how would i rought that to a button in Runtime revoloution so when i clicked on it it would run

or how could i like a button to and external shortcut
Reply With Quote

  #2 (permalink)  
Old Nov 28th, 2005, 15:59
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help RuntimeRevolution

sounds like you need to put that command into a .bat file.
Reply With Quote
  #3 (permalink)  
Old Nov 29th, 2005, 02:32
New Member
Join Date: Nov 2005
Age: 23
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help RuntimeRevolution

Ya but how would i go about doing that
Reply With Quote
  #4 (permalink)  
Old Nov 29th, 2005, 02:40
New Member
Join Date: Nov 2005
Age: 23
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help RuntimeRevolution

Ok i think i got it
when i run the .bat file it does what i want it to
here is the code (its really long)

Code: Select all
 
C:\WINDOWS\system32\net.exe stop wzcsvc
 
Save as stop WZCSVC.bat
will that work as a .bat file in RuntimeRevolution

but how could a link a button to run the .bat file
Reply With Quote
  #5 (permalink)  
Old Nov 29th, 2005, 11:56
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help RuntimeRevolution

what is RuntimeRevolution?

should this .bat run on client or server?
Reply With Quote
Reply

Tags
help, runtimerevolution

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Please RuntimeRevolution benwizxp Introduce Yourself 1 Nov 26th, 2005 22:54


All times are GMT. The time now is 22:15.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43