Current location: Hot Scripts Forums » Programming Languages » Everything Java » how to restart the system using java program


how to restart the system using java program

Reply
  #1 (permalink)  
Old 08-23-04, 04:32 AM
forsrinivasan forsrinivasan is offline
New Member
 
Join Date: Aug 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question how to restart the system using java program

I need to restart the system using java program. I am doing a project to control a browsing center . The user should not close or minimize my client login screen if he try like that means the system should restarted. how can i achive this feature.
Reply With Quote
  #2 (permalink)  
Old 09-24-04, 09:46 AM
Rob_Darkins Rob_Darkins is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Sounds more like a virus of some kind.
Why not just create a JWindow, rather than a JFrame, so that they can't exit it (unless via Task Manager).

Anyways, back to the "restart" part. It depends...

The best choice is to use JNI. However, if you're on a windows 2000+ machine, then you can use the shutdown.exe file in the %SystemRoot%.

Type at command prompt: shutdown /? for all the parameters,
But, what you want is:

shutdown -r -t 00 -f

Then got: www.javaalmanac.com and search for "command", and you will find some code under one of the links on how to run a program.

[r.D]
Reply With Quote
  #3 (permalink)  
Old 09-24-04, 09:48 AM
Rob_Darkins Rob_Darkins is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
the shutdown.exe file in the %SystemRoot%
I mean, it's in: %SystemRoot%\System32
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Resource booking system for co-op program Qest Script Requests 2 03-14-06 06:41 AM
New to Java - First "real" program! renderstream Everything Java 0 03-17-04 09:54 AM
Need Epinions-lite system in PHP & MYSQL wali001 Job Offers & Assistance 4 01-12-04 06:02 AM
java program hangs up on xp machine shiva Everything Java 2 01-10-04 09:10 AM
Link system TAK PHP 3 08-17-03 11:17 AM


All times are GMT -5. The time now is 05:28 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.