help chain | help chars | help colors | help compile | help nocase | help office | help options | help patterns | help select | help shell | help unicode | help var | samp | Команда: help shell Configure the windows Command Prompt this way: 1. if you don't have an 'sfk shell' icon already create a shell shortcut on your desktop: - Start/Programs/Accessories/Command Prompt, right mouse button, select Copy. - go to an empty place on the desktop. - select Paste. 2. on the new desktop shortcut, - press right mouse button, select Properties. 3. in the Command Prompt Properties, set - Options: activate QuickEdit and Insert mode. disable line wrapping selection, if set, to allow vertical text selection. - Layout : Screen buffer size: Width 160, Height 3000 Window size : Width 160, Height 30 4. close Properties by clicking OK. 5. double-click on the icon to open a new shell. Now you have a well configured power shell: - any command output is remembered up to 3000 lines. - you may select command output anytime with left mouse button, then click right button to copy to clipboard. right click again to paste clipboard as a command. - to pause a program that prints output to the screen, do a dummy-select of text with the left mouse button. to continue program execution, press right button, or enter. Automatic Command Completion Question: how do you enter the directory VeryMuchToTypeFooBarSystem ? Answer 1: type "cd verymuchtotypefoobarsystem" this is actually what most users do, and it's a waste of time. Answer 2: type "cd very" and then press the TAB key. since Windows XP, command completion is default. Under Win98 and Win2k, completion it is NOT default. As a workaround, you may type "cd very*", or run regedit and set the registry key value HKEY_CURRENT_USER\Software\Microsoft\Command Processor\CompletionChar to 9. |