Reply
Old November 11th, 2003 Top | #1
 
leedogg's Avatar
Gojyone kawaiiiiiiii!
Joined: March 2002
Posts: 820
Reputation: 190
Power: 134

Default Script to copy ip to clipboard?

There has got to be a simple little script thats able to do this? I found several applications which allow you to do this, but I just want a standalone script which I can connect to a hotkey. Any available? A google search returns a mac scipt...

leedogg is offline   Reply With Quote
Old November 11th, 2003 Top | #2
 
leedogg's Avatar
Gojyone kawaiiiiiiii!
Joined: March 2002
Posts: 820
Reputation: 190
Power: 134

Default

anybody? Heck can any of you simply write a script? or a batch file or something?

leedogg is offline   Reply With Quote
Old November 11th, 2003 Top | #3

OSNN Folding Team  
NetRyder's Avatar
Tech Junkie
Joined: April 2002
Location: New York City
Posts: 13,256
Reputation: 4260
Power: 298

Default

Are you behind a router, or are you directly connected to the internet?
If behind a router, do you want your internal LAN IP or your external WAN IP address?
NetRyder is offline   Reply With Quote
Old November 12th, 2003 Top | #4
 
leedogg's Avatar
Gojyone kawaiiiiiiii!
Joined: March 2002
Posts: 820
Reputation: 190
Power: 134

Default

no router I'm directly connected to the net..

leedogg is offline   Reply With Quote
Old November 12th, 2003 Top | #5
 
LeeJend's Avatar
OSNN Veteran Addict
Joined: January 2003
Location: Fort Worth, TX
Posts: 5,261
Reputation: 3386
Power: 199

Default

I've gotta ask. Why do you want your IP copied to the clip board?

If you just want the ip and in something you can cut and paste:

dos command

ipconfig >ip.txt

Will write it and other info to a notepad text file called ip.txt

run it from start-run or open a dos box.

If the clipboard can be written to as a dos pipe using the DOS > command you could dump it directly to the clipboard instead of a text file. Not that up on the clipboard.

Thought for the new millenium:

In a world without walls and fences, who needs Windows and Gates?

- Open Office - Firefox - Thunderbird - Gimp -Ubuntu - Red Hat -
LeeJend is offline   Reply With Quote
Old November 12th, 2003 Top | #6
 
leedogg's Avatar
Gojyone kawaiiiiiiii!
Joined: March 2002
Posts: 820
Reputation: 190
Power: 134

Default

I'm tired of having to exit out of a game and running ipconfig then retyping the ip, copying it going back into the game and pasting. I could download and use another app which will let me do this, but I'd rather not have yet another thing running if I can avoid it...just a script which I can link to winkey so with 2 keystrokes I can have my ip ready to be pasted. If the script pastes my ip for me, even better

leedogg is offline   Reply With Quote
Old November 12th, 2003 Top | #7
 
perris's Avatar
OSNN Godlike Veteran
Joined: January 2002
Location: new york
Posts: 12,258
Reputation: 4333
Power: 291

Default

the program atached is not exactly what you're looking for, but it will make life easier for you.

it doesn't need to run in the backround

IT'S NOT WHAT YOU'VE DONE IT'S WHAT YOU ARE GOING TO DO
perris is offline   Reply With Quote
Old November 12th, 2003 Top | #8
 
leedogg's Avatar
Gojyone kawaiiiiiiii!
Joined: March 2002
Posts: 820
Reputation: 190
Power: 134

Default

Yeah a little easier. I think I got that from you before, its what I am currently using.

leedogg is offline   Reply With Quote
Old November 12th, 2003 Top | #9
 
funky dredd's Avatar
OSNN Veteran Addict
Joined: August 2002
Location: Florida
Posts: 2,346
Reputation: 300
Power: 146

Default

Have you used ipconfig for xp? There is one that comes with the resource kit and I have it. You can't output it to file like you can with cmd but it does the job of viewing it easier. Let me know if you'd like it and I'll upload it.



funky dredd is offline   Reply With Quote
Old November 12th, 2003 Top | #10
 
leedogg's Avatar
Gojyone kawaiiiiiiii!
Joined: March 2002
Posts: 820
Reputation: 190
Power: 134

Default

sure I'll give it a shot. not exactly sure how it differs from the ipconfig in dos?

leedogg is offline   Reply With Quote
Old November 12th, 2003 Top | #11
 
funky dredd's Avatar
OSNN Veteran Addict
Joined: August 2002
Location: Florida
Posts: 2,346
Reputation: 300
Power: 146

Default

It's the same as dos. Only you click the application to launch it.
It is from microsoft.



funky dredd is offline   Reply With Quote
Old November 12th, 2003 Top | #12
 
leedogg's Avatar
Gojyone kawaiiiiiiii!
Joined: March 2002
Posts: 820
Reputation: 190
Power: 134

Default

interesting...dont think it can do what I want, but its nice to have around, some of those other tools look kinda neat too.

leedogg is offline   Reply With Quote
Old November 12th, 2003 Top | #13
 
funky dredd's Avatar
OSNN Veteran Addict
Joined: August 2002
Location: Florida
Posts: 2,346
Reputation: 300
Power: 146

Default

No I don't think it can do what you wanted. But it is an easier alternative than going to cmd prompt and having to type in ipconfig all the time.



funky dredd is offline   Reply With Quote
Old November 20th, 2003 Top | #14
 
perris's Avatar
OSNN Godlike Veteran
Joined: January 2002
Location: new york
Posts: 12,258
Reputation: 4333
Power: 291

Default

save this as a bat file

then someone can write it to go straight to clipboard;

cmd /k ipconfig

IT'S NOT WHAT YOU'VE DONE IT'S WHAT YOU ARE GOING TO DO
perris is offline   Reply With Quote
Old November 20th, 2003 Top | #15
 
perris's Avatar
OSNN Godlike Veteran
Joined: January 2002
Location: new york
Posts: 12,258
Reputation: 4333
Power: 291

Default

oh oh oh

send it to your desktop as a shortcut.

hit properties, shortcut.

make an f key shortcut

nice, almost there for you, this is pretty close, yes?

IT'S NOT WHAT YOU'VE DONE IT'S WHAT YOU ARE GOING TO DO
perris is offline   Reply With Quote
Old November 20th, 2003 Top | #16
 
leedogg's Avatar
Gojyone kawaiiiiiiii!
Joined: March 2002
Posts: 820
Reputation: 190
Power: 134

Default

heh I have 5 different ways to get my ip. 3 applications (sysinfograbber, showip, & ip Retriever). Its in the bottom of MyIE browser, and a batch file using:

ipconfig
pause

But this isnt the same as being able to do a simple ctrl alt v inside a game and have it automatically paste my ip.

I do appreciate the suggestions though guys =)

leedogg is offline   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
a logon script to update/copy current antivirus def rsuguna1 Windows Desktop Systems 2 March 16th, 2005 4:45pm
DVD 2 DVD copy Elroy Jetson Windows Desktop Systems 13 April 5th, 2003 1:28am
clipboard ryusan Windows Desktop Systems 3 October 26th, 2002 5:45am
clipboard help in XP ryusan Windows Desktop Systems 2 June 6th, 2002 4:00am
Clipboard Viewer aries7 Windows Desktop Systems 21 March 25th, 2002 8:10am