|
|
|
| Web Hosting Guide |
![]() ![]() |
Command Prompt Tips |
Jan 24 2006, 08:12 AM
Post
#1
|
|
|
End Of Computer Group: Members Posts: 346 Joined: 1-September 04 From: .:: MARS ::. Member No.: 28 |
Command Prompt tips
How to change Command Prompt settings You can easily change Windows Command Prompt settings, such as: Font, Font Size, Color, background, Buffer Size and … To change Command Prompt, Right-click the title bar of the command prompt window, and select Properties. Here you can change command prompt settings. How to copy text from a Command Prompt 1-Right-click the title bar of the command prompt window, click Edit> and select Mark. 2- Now, you can select the text you want to copy, just click and drag the cursor to select the text. 3- Right-click the title bar, click Edit> and select Copy. 4- Paste the text on your editor How to open command prompt to a directory You can open a command prompt to a directory that is selected in the Explorer 1- click start > Run > and type “regedit” (without quotes), to run Windows Registry Editor 2- find and go to following “HKEY_CLASSES_ROOT \ Directory \ shell” 3- Create a new key and name “Command”, and give it value of the name you want to appear in the Explorer 4- Under this key create a new key and name “command”, and give it value of cmd.exe /k "cd %L" 5- Now right click on a folder, select Open DOS Box, and a command prompt will open to the selected directory. |
|
|
|
Aug 7 2008, 02:12 AM
Post
#2
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 0 Joined: 1-November 07 Member No.: 25,869 |
How To unban/ban sites using command prompt
Command Prompt Tips Answer these Questions in order please. 1.How do I unban sites using command prompt because my brother did this to me and I have know way to figure out Please answer This question I would appreciate it alot. 2.How do I restrict/ban sites using command prompt I would like to know Thank you very much for your time -reply by Ammar |
|
|
|
Apr 27 2009, 06:42 AM
Post
#3
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 0 Joined: 1-November 07 Member No.: 25,869 |
DOS Box Cursor Color
Command Prompt Tips Hi - Windows 2k/XP: Have been successful in changing the text and background color of the DOS box; however still have a blinking cursor in *white*... Q: Is there a way (maybe via registry settings) to change the *cursor color* too..? Thanks. -question by Marty
|
|
|
|
May 9 2009, 08:24 AM
Post
#4
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 0 Joined: 1-November 07 Member No.: 25,869 |
Toi get time stamp in th txt file created by CMD.
Command Prompt Tips I run a command to map another system. net use \\xx.Xxx.Xx.Xxx /user:abcd abcd123@ >> log.Txt From this iget "The command completed successfully." in the txt file however it want the time this command was executed do that I can keep a track on the same. something like " May 09 2009 10:00:12 Am : The command completed successfully." Kinldy help me if we can achive this. Thanks in advance. Kardiva |
|
|
|
May 29 2009, 06:55 PM
Post
#5
|
|
|
Advanced Member Group: [HOSTED] Posts: 160 Joined: 7-November 05 Member No.: 9,489 myCENTs:36.33 |
Thanks for this usefull tips on windows.
But the last one should be best run on a *.reg file so that headache free. I created one so that if anyone wanna go with these. Just double-click file and press yes. The settings will enter into the system registry.
Attached File(s)
|
|
|
|
May 29 2009, 07:40 PM
Post
#6
|
|
|
Super Member Group: [HOSTED] Posts: 692 Joined: 25-April 05 Member No.: 4,374 myCENTs:17.73 |
How to copy text from a Command Prompt (the easy way)
I find myself at the command prompt frequently and copy/paste is essential. You can set the preferences to more permanently facilitate copy/paste. 1. Right click the title bar and select properties. 2. On the Options tab check Quick Edit Mode. 3. Click OK. 4. A new window will appear asking how you would like to save these changes, select Save properties for future windows with same title. Now when you need to copy something from the command line, use your mouse to make the selection (similar to selecting icons in Windows Explorer). Once you have what you want selected, hit the Enter key and it is saved to the clipboard. If you want to paste, right click the mouse and the clipboard will be pasted where the cursor is. This method takes some getting used to but Ctrl+C cannot be used at the command line because it has the special property of issuing a break and stopping any current processing. Ctrl+C was in DOS well before the idea of copy/paste so it gets priority by virtue of time. This post has been edited by tansqrx: May 29 2009, 07:41 PM |
|
|
|
May 29 2009, 07:46 PM
Post
#7
|
|
|
Super Member Group: [HOSTED] Posts: 692 Joined: 25-April 05 Member No.: 4,374 myCENTs:17.73 |
How To unban/ban sites using command prompt Command Prompt Tips Answer these Questions in order please. 1.How do I unban sites using command prompt because my brother did this to me and I have know way to figure out Please answer This question I would appreciate it alot. 2.How do I restrict/ban sites using command prompt I would like to know Thank you very much for your time -reply by Ammar When you are referring to sites I assuming you mean Windows accounts? You can stop a user from accessing the command prompt by using Group Policy. You must be an Administrator on the machine to use the Group Policy Editor or make any changes so make sure your account has these permissions. A fairly useful Microsoft Knowledge Base article is located at http://support.microsoft.com/kb/307882 and tells you how to run Group Policy Editor. There are many options from disabling screensavers to disabling the command prompt, just look for the one that applies to you. This post has been edited by tansqrx: May 29 2009, 07:47 PM |
|
|
|
May 30 2009, 12:06 AM
Post
#8
|
|
|
Premium Member Group: [HOSTED] Posts: 329 Joined: 18-March 07 Member No.: 20,937 myCENTs:38.92 |
How To unban/ban sites using command prompt Command Prompt Tips Answer these Questions in order please. 1.How do I unban sites using command prompt because my brother did this to me and I have know way to figure out Please answer This question I would appreciate it alot. 2.How do I restrict/ban sites using command prompt I would like to know Thank you very much for your time -reply by Ammar Are you sure sites are blocked in command prompt? This is higly unlikely since there is no such built-in feature. He is probably using running a external program to filter URLs using a blacklist or whitelist, or using the default Windows HOSTS file to redirect some of your URL requests to a none existent website. |
|
|
|
May 30 2009, 05:05 AM
Post
#9
|
|
|
Advanced Member Group: [HOSTED] Posts: 160 Joined: 7-November 05 Member No.: 9,489 myCENTs:36.33 |
How to copy text from a Command Prompt (the easy way) I find myself at the command prompt frequently and copy/paste is essential. You can set the preferences to more permanently facilitate copy/paste. 1. Right click the title bar and select properties. 2. On the Options tab check Quick Edit Mode. 3. Click OK. 4. A new window will appear asking how you would like to save these changes, select Save properties for future windows with same title. Now when you need to copy something from the command line, use your mouse to make the selection (similar to selecting icons in Windows Explorer). Once you have what you want selected, hit the Enter key and it is saved to the clipboard. If you want to paste, right click the mouse and the clipboard will be pasted where the cursor is. This method takes some getting used to but Ctrl+C cannot be used at the command line because it has the special property of issuing a break and stopping any current processing. Ctrl+C was in DOS well before the idea of copy/paste so it gets priority by virtue of time. hmmm, actually I don't suggest settting this as a default. Because it will cause some unneed access to the insert mode. If you have done a comparsion with windows 2000 and windows xp. You will found that windows xp had changed it from enabled to disable. As I still works with both windows 2000 and windows xp. I do not like or need it by default. To access the insert mode, just right-click over the command-prompt and choose mark, and now can start mark the text to be copy; and press enter to copy the text to the system clipboard. |
|
|
|
Aug 22 2009, 06:32 AM
Post
#10
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 0 Joined: 1-November 07 Member No.: 25,869 |
how to change Admin settings in command prompt mode????
Command Prompt Tips My system is starting only in safe mode. Somebody changed my administration settings. Now I couldn't install kapersky. I wanna login normally and not from safe mode.Somebody help me with it... Also please tell me how to change administration settings in Command prompt mode. Is ther some way to find out the admin password using DOS commands??? -question by sandy
|
|
|
|
![]() ![]() |
Similar Topics
| Topic Title | Replies | Topic Starter | Views | Last Action | |||
|---|---|---|---|---|---|---|---|
![]() |
14 | soleimanian | 3,226 | 16th February 2010 - 03:21 PM Last post by: iG-pradeep |
|||
![]() |
11 | kxrain | 1,580 | 14th February 2010 - 10:22 PM Last post by: semontana |
|||
![]() |
22 | Mopargeek | 3,313 | 11th February 2010 - 05:55 PM Last post by: iG-Screw |
|||
![]() |
15 | dhanesh | 16,243 | 31st January 2010 - 01:03 PM Last post by: iG-akshath |
|||
![]() |
2 | kanade | 729 | 28th January 2010 - 01:06 PM Last post by: iG-pankaj |
|||
![]() |
1 | soleimanian | 3,894 | 19th January 2010 - 02:45 AM Last post by: iG-Borge |
|||
![]() |
3 | WeaponX | 2,764 | 12th January 2010 - 10:12 PM Last post by: iG-Doc D. |
|||
![]() |
15 | XPkiller | 3,136 | 31st December 2009 - 11:47 AM Last post by: iG-ranjith |
|||
![]() |
0 | CopsNRobbers | 96 | 18th December 2009 - 01:30 AM Last post by: CopsNRobbers |
|||
![]() |
1 | fermin25 | 261 | 13th December 2009 - 08:38 PM Last post by: yordan |
|||
![]() |
17 | proxies | 2,750 | 4th November 2009 - 11:29 PM Last post by: HannahI |
|||
![]() |
6 | HannahI | 256 | 1st November 2009 - 06:19 PM Last post by: HannahI |
|||
![]() |
2 | HannahI | 244 | 28th October 2009 - 08:22 PM Last post by: HannahI |
|||
![]() |
3 | fermin25 | 174 | 22nd October 2009 - 07:32 PM Last post by: starscream |
|||
![]() |
7 | sazz | 5,715 | 22nd October 2009 - 06:17 PM Last post by: starscream |
|||
|
Lo-Fi Version | Time is now: 21st March 2010 - 06:35 AM |
Expand / Collapse Navigation



Jan 24 2006, 08:12 AM








