Trouble Using Command Prompt
#1
Posted 18 January 2011 - 07:50 PM
So, What do I do to COPY the Results from the TRACERT, so That I can PASTE Them into a Chat Window, and/or Save them as Readable Text in My Docs???
#2
Posted 26 January 2011 - 09:47 AM
Upon googling and poking around a bit, I figured out that the Mark option allows you to select a specific section of the text (though it apparently must be a rectangular box) such that you could use Enter (as above) to copy only the information you need.
Don't know if you still need help, but perhaps someone else is wondering about this.
#3
Posted 26 January 2011 - 03:50 PM
A. Gillenormand, on 26 January 2011 - 09:47 AM, said:
Upon googling and poking around a bit, I figured out that the Mark option allows you to select a specific section of the text (though it apparently must be a rectangular box) such that you could use Enter (as above) to copy only the information you need.
Don't know if you still need help, but perhaps someone else is wondering about this.
Yes, I have Windows XP/SP3 (wouldn't have Vista anything on my System, lol)
Hitting "Enter" just repeated the Command.
#4
Posted 26 January 2011 - 08:20 PM
1) Bring Up Command Prompt via Start then Run.
2) Type in the command such as ping: ping 192.168.1.1 >> ping.txt
3) Navigate to the current directory via My COmputer and open up ping.txt
4) Edit > Select All
5) ctrl+c
6) ctrl+v will paste it to a new post.
My work schedule is as follows: Mon and Tues 1800 to 0600, Friday - Sunday 1800EST to 0600, and Wednesday to Thursday 1800est to 0600. So if I do not respond right away I am at work.
----------------
If I am helping you, then Please Send Me a Message!with your thread link in it. This is only if I haven't replied back to you within 24 to 48 hours.
----------------
My Main Site || My Backup Site || steam://friends/add/cryptodan Add me to your Steam Friends.
#5
Posted 26 January 2011 - 10:38 PM
cryptodan, on 26 January 2011 - 08:20 PM, said:
1) Bring Up Command Prompt via Start then Run.
2) Type in the command such as ping: ping 192.168.1.1 >> ping.txt
3) Navigate to the current directory via My COmputer and open up ping.txt
4) Edit > Select All
5) ctrl+c
6) ctrl+v will paste it to a new post.
OK, the "Issue" occurred when I was having Live Chat with My IP Support, they asked me to run a TracerT and Copy/Paste the Results in the Chat Window, well I ran the TracerT, and came back with some miserable results, which I would have loved to Show them as I'm having really SLOW Connection/Download Speeds & Data Transfer Rates, which I have been attributing to "Them"...
By the Way, when I do Right-Click in CP what does "Mark" mean anyways?
#6
Posted 27 January 2011 - 12:19 AM
- At the command prompt, type your tracert command
- When it's finished, right-click on the title bar of the "Command Console" window
- In the context menu, highlight the "Edit" option with the mouse and from the sub-menu select "Mark"
A block cursor will appear at the top of the "Command Console" window. Using the arrow keys(not the mouse):
- Move the cursor to the point you want to start copying
- Hold the shift key down while using the arrow keys to highlight the area you want to copy
- Press the "Enter" key
The highlighted area has now been copied to the clipboard. You can now open Notepad, some other editor or in this case your chat window and paste what you just copied from the "Command Console" window. You should end up with something like this:
- C:\>tracert google.com
Tracing route to google.com [209.85.225.103]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 192.168.1.2
2 18 ms 17 ms 18 ms h75-100-236-1.tptnin.dsl.dynamic.tds.net [75.100.236.1]
3 20 ms 19 ms 21 ms tptninhed11-lag1-51.network.tds.net [69.21.152.59]
4 23 ms 21 ms 21 ms cytnindst52-gi0-0-0-6.network.tds.net [64.50.231.97]
5 26 ms 26 ms 27 ms 72.14.218.2
6 26 ms 27 ms 26 ms 72.14.218.1
7 28 ms 27 ms 27 ms 209.85.254.122
8 38 ms 38 ms 38 ms 209.85.241.22
9 38 ms 37 ms 38 ms 209.85.241.27
10 38 ms 43 ms 40 ms 209.85.248.102
11 38 ms 38 ms 37 ms iy-in-f103.1e100.net [209.85.225.103]
Trace complete.
C:\>
Quote
Something else you could try in the "Command Console" window very similar to what Cryptodan suggested, at the command prompt type your tracert command and redirect the output to a text file. For example: tracert google.com >c:\hoptrace.txt
This will create a file named hoptrace.txt in the root folder of drive C that contains the same information as above and can be opened with Notepad. I don't like placing stray files in the root folder of the system drive but in this case it makes the file easy to find. It can be moved or deleted later.
#7
Posted 27 January 2011 - 01:17 AM
How about trying this in the "Command Console" window:
- At the command prompt, type your tracert command
- When it's finished, right-click on the title bar of the "Command Console" window
- In the context menu, highlight the "Edit" option with the mouse and from the sub-menu select "Mark"
A block cursor will appear at the top of the "Command Console" window. Using the arrow keys(not the mouse):
- Move the cursor to the point you want to start copying
- Hold the shift key down while using the arrow keys to highlight the area you want to copy
- Press the "Enter" key
The highlighted area has now been copied to the clipboard. You can now open Notepad, some other editor or in this case your chat window and paste what you just copied from the "Command Console" window.
Unfortunately, When I Opened Notepad, and Pasted I came up with: ] 9 , Tried Again and Came Up with: ] T , So I figure something on my System isn't working right (Maybe the
But, I Tried the 2nd Part of Your Solution and that Worked, so at Least something works...Still Don't Understand why the Command Prompt > NotePad > Paste > Doesn't work, but at Least I have something to work with...THANKS!
#8
Posted 27 January 2011 - 02:19 AM
The ]9 and ]T remind me of the ascii esc code character(s) from the old DOS days. They were used in batch files quite a bit. But, seems to me that the ascii.com file or ascii.sys file iirc had to be run or loaded first. Usually during the boot sequence of a "turn key" system, before the esc codes could be used. hmm...
Edit:
I guess that's ansi.sys or ansi.com
Oops, failing memory sticks
This post has been edited by FlannelBack: 27 January 2011 - 02:27 AM
#9
Posted 27 January 2011 - 06:21 AM
My work schedule is as follows: Mon and Tues 1800 to 0600, Friday - Sunday 1800EST to 0600, and Wednesday to Thursday 1800est to 0600. So if I do not respond right away I am at work.
----------------
If I am helping you, then Please Send Me a Message!with your thread link in it. This is only if I haven't replied back to you within 24 to 48 hours.
----------------
My Main Site || My Backup Site || steam://friends/add/cryptodan Add me to your Steam Friends.
#10
Posted 28 January 2011 - 07:14 PM
cryptodan, on 27 January 2011 - 06:21 AM, said:
Ok Did that, Now What? Shall I Log-Out from my Old (Regularly Used) Account, and Log In with the New Account? Not sure How to proceed here
#11
Posted 30 January 2011 - 02:23 PM
My work schedule is as follows: Mon and Tues 1800 to 0600, Friday - Sunday 1800EST to 0600, and Wednesday to Thursday 1800est to 0600. So if I do not respond right away I am at work.
----------------
If I am helping you, then Please Send Me a Message!with your thread link in it. This is only if I haven't replied back to you within 24 to 48 hours.
----------------
My Main Site || My Backup Site || steam://friends/add/cryptodan Add me to your Steam Friends.
#12
Posted 30 January 2011 - 09:48 PM
cryptodan, on 30 January 2011 - 02:23 PM, said:
OK, Did that, took me to Windows Welcome and setting up my Personal preferences, and I clicked Yes? Now it doesn't want to Open that Account when I Log-In, so I have to Re-Boot and go back to My Original Admin. Account, do we have an Issue to worry about??
#13
Posted 05 May 2011 - 04:23 AM
#14
Posted 05 May 2011 - 06:46 AM
My work schedule is as follows: Mon and Tues 1800 to 0600, Friday - Sunday 1800EST to 0600, and Wednesday to Thursday 1800est to 0600. So if I do not respond right away I am at work.
----------------
If I am helping you, then Please Send Me a Message!with your thread link in it. This is only if I haven't replied back to you within 24 to 48 hours.
----------------
My Main Site || My Backup Site || steam://friends/add/cryptodan Add me to your Steam Friends.
#15
Posted 05 May 2011 - 07:30 AM
Do appreciate ALL the Assist However!!

Help



Back to top









