Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Automatilcy open and close sites
Closed Thread
Old 07-13-2005, 01:28 PM   #1 (permalink)
 
Newb Techie

Join Date: Jul 2005

Posts: 3

chopperman

Default Automatilcy open and close sites

Hey I dont know If Im in the right topic but what the heck.
I want to know if there is a program or something that would be able to open a website, keep it open for a little bit and then close it. And it would have to do it for multiple websites and almost the same time. Is that possible. Also is there a way for the comptuer to shut down after a certain amount of time. Like a sleep timer that is on a tv. Any advice would be good guys. thanks
chopperman is offline  
Old 07-13-2005, 02:52 PM   #2 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

Just start a normal process (the process being internet explorer) with the arguments being the website. Then kill the process after however much time you want.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 07-13-2005, 11:14 PM   #3 (permalink)
 
Newb Techie

Join Date: Jul 2005

Posts: 3

chopperman

Default

i have no idea how to do that
chopperman is offline  
Old 07-14-2005, 09:27 AM   #4 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

Well what language are you using?
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 07-14-2005, 12:42 PM   #5 (permalink)
 
Newb Techie

Join Date: Jul 2005

Posts: 3

chopperman

Default

I dont know what you mean by language. I am TOTALLY new ALL of this
chopperman is offline  
Old 07-14-2005, 03:37 PM   #6 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

heh, sorry.
I was talking about programming language. Here's what I suggest you do if you're interested in making a program that does what you said.
Learn C#.NET (it's a programming langaueg), then search google and msdn for three things
1. How to Create/Start Processes
2. How to Kill/Close Processes
3. The ProcessInfo and Process Class
Granted, it may be hard to wrap your head around since you're new to it, but if you're serious about learning you'll get the hang of it.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
 
Closed Thread

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