Something Useful? Got Any Tips?
-
Okay, so a while back I posted this brilliant (NOT!) question about how to save the contents of a search in windows XP File Search / Windows XP...[^] Taka Muraoka responded with a very simple command line tip. DIR xfile.cpp /s /b >results.txt Now I find myself using this command all the time. I love this thing. Very handy. So my question is this. Do you have any cool WINDOWS BASED (no Linux) shortcuts or commands that you use all the time, something you just could not function without it? Hotkeys, commands, free tools, etc... If you have a favorite or several post em back here. I will compile a complete list and post it back here for people (if I get enough responses). C'mon RESPOND!!! It will up your post count. ;P
"Back to school, back to school; to prove to dad I'm not a fool." - Billy Madison (Adam Sandler) Rex Winn
Win+F - Find Files Win+E - Explorer Win+D - Show Desktop Lots of start menu shortcuts Having the Control Panel and Printers as start menu folders Ctrl+Alt+Del ;P ;)
"Blessed are the peacemakers, for they shall be called sons of God." - Jesus
"You must be the change you wish to see in the world." - Mahatma Gandhi -
Okay, so a while back I posted this brilliant (NOT!) question about how to save the contents of a search in windows XP File Search / Windows XP...[^] Taka Muraoka responded with a very simple command line tip. DIR xfile.cpp /s /b >results.txt Now I find myself using this command all the time. I love this thing. Very handy. So my question is this. Do you have any cool WINDOWS BASED (no Linux) shortcuts or commands that you use all the time, something you just could not function without it? Hotkeys, commands, free tools, etc... If you have a favorite or several post em back here. I will compile a complete list and post it back here for people (if I get enough responses). C'mon RESPOND!!! It will up your post count. ;P
"Back to school, back to school; to prove to dad I'm not a fool." - Billy Madison (Adam Sandler) Rex Winn
C:\mp3>dir *.mp3 /B /O:N /S > mp3_list.txt
Guess what it does ;P :-D Luca Leonardo Scorcia http://zip.to/kojak (only in Italian)
-
i'm always surprised that people don't know that the "windows" key is actually used for something (you know that key, lower left and right of the keyboard, next to the Alt key): - Win-M : Minimize all windows on screen (same as ShowDesktop icon) - Win-R : Run dialog (win-r, cmd, enter = command line) - Win-E : Windows Explorer open to MyDocuments there are prolly others, but these are the ones that i use -John
-
Okay, so a while back I posted this brilliant (NOT!) question about how to save the contents of a search in windows XP File Search / Windows XP...[^] Taka Muraoka responded with a very simple command line tip. DIR xfile.cpp /s /b >results.txt Now I find myself using this command all the time. I love this thing. Very handy. So my question is this. Do you have any cool WINDOWS BASED (no Linux) shortcuts or commands that you use all the time, something you just could not function without it? Hotkeys, commands, free tools, etc... If you have a favorite or several post em back here. I will compile a complete list and post it back here for people (if I get enough responses). C'mon RESPOND!!! It will up your post count. ;P
"Back to school, back to school; to prove to dad I'm not a fool." - Billy Madison (Adam Sandler) Rex Winn
I'm a command line guy. I find the mouse too slow when I'm really on a roll. One of the things I can't live without is command line completion for directory and file names. The registry value is HKEY_CURRENT_USER\Software\Microsoft\Command Processor\CompletionChar. Set this to an ASCII value. I prefer 9 for the tab key. Then, in a command window, when you type the first few characters of a file or directory name and press the configured key, Windows will complete the name for you. Repeat to cycle to the next candidate name. Shift and the key (e.g. shift-tab) cycles in reverse order.
-
Okay, so a while back I posted this brilliant (NOT!) question about how to save the contents of a search in windows XP File Search / Windows XP...[^] Taka Muraoka responded with a very simple command line tip. DIR xfile.cpp /s /b >results.txt Now I find myself using this command all the time. I love this thing. Very handy. So my question is this. Do you have any cool WINDOWS BASED (no Linux) shortcuts or commands that you use all the time, something you just could not function without it? Hotkeys, commands, free tools, etc... If you have a favorite or several post em back here. I will compile a complete list and post it back here for people (if I get enough responses). C'mon RESPOND!!! It will up your post count. ;P
"Back to school, back to school; to prove to dad I'm not a fool." - Billy Madison (Adam Sandler) Rex Winn
-
-
i'm always surprised that people don't know that the "windows" key is actually used for something (you know that key, lower left and right of the keyboard, next to the Alt key): - Win-M : Minimize all windows on screen (same as ShowDesktop icon) - Win-R : Run dialog (win-r, cmd, enter = command line) - Win-E : Windows Explorer open to MyDocuments there are prolly others, but these are the ones that i use -John
-
Okay, so a while back I posted this brilliant (NOT!) question about how to save the contents of a search in windows XP File Search / Windows XP...[^] Taka Muraoka responded with a very simple command line tip. DIR xfile.cpp /s /b >results.txt Now I find myself using this command all the time. I love this thing. Very handy. So my question is this. Do you have any cool WINDOWS BASED (no Linux) shortcuts or commands that you use all the time, something you just could not function without it? Hotkeys, commands, free tools, etc... If you have a favorite or several post em back here. I will compile a complete list and post it back here for people (if I get enough responses). C'mon RESPOND!!! It will up your post count. ;P
"Back to school, back to school; to prove to dad I'm not a fool." - Billy Madison (Adam Sandler) Rex Winn
-
i'm always surprised that people don't know that the "windows" key is actually used for something (you know that key, lower left and right of the keyboard, next to the Alt key): - Win-M : Minimize all windows on screen (same as ShowDesktop icon) - Win-R : Run dialog (win-r, cmd, enter = command line) - Win-E : Windows Explorer open to MyDocuments there are prolly others, but these are the ones that i use -John
John Morales wrote: Win-M : Minimize all windows on screen (same as ShowDesktop icon) WIN+D combo was the toggle desktop one - Win+M and WIN+SHIFT+M are just either side of it. WIN+R I use all the time - I use that more than I use the start menu. WIN+E I never use as the only time I ever use Windows Explorer is to view the thumbnails in my 'My Pictures' folder. I navigate the machine/network from a little 'My Computer' chevron next to the Start button. WIN+F is useful if you aren't in a location where you can press F3 to bring up the search (okay, so I occasinally use Explorer for that too). WIN+V (only if you have that Windows XP mutli-desktop addon) let's me see all my four desktops at once. WIN+BREAK shows the system properties - very useful if you need to check or change something. And of course WIN+TAB for moving between taskbar buttons. Have I missed any? I'm pretty certain that I only use a small subset of the ones available.
David Wulff
Build: 1 succeeded, 0 failed, 0 skipped
-
Okay, so a while back I posted this brilliant (NOT!) question about how to save the contents of a search in windows XP File Search / Windows XP...[^] Taka Muraoka responded with a very simple command line tip. DIR xfile.cpp /s /b >results.txt Now I find myself using this command all the time. I love this thing. Very handy. So my question is this. Do you have any cool WINDOWS BASED (no Linux) shortcuts or commands that you use all the time, something you just could not function without it? Hotkeys, commands, free tools, etc... If you have a favorite or several post em back here. I will compile a complete list and post it back here for people (if I get enough responses). C'mon RESPOND!!! It will up your post count. ;P
"Back to school, back to school; to prove to dad I'm not a fool." - Billy Madison (Adam Sandler) Rex Winn
-
I'm a command line guy. I find the mouse too slow when I'm really on a roll. One of the things I can't live without is command line completion for directory and file names. The registry value is HKEY_CURRENT_USER\Software\Microsoft\Command Processor\CompletionChar. Set this to an ASCII value. I prefer 9 for the tab key. Then, in a command window, when you type the first few characters of a file or directory name and press the configured key, Windows will complete the name for you. Repeat to cycle to the next candidate name. Shift and the key (e.g. shift-tab) cycles in reverse order.
This is quite handy. Fortunately, it appears that in XP there is some default for command line completion without having to hack this registry value. "When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity." - Albert Einstein
-
John Morales wrote: Win-M : Minimize all windows on screen (same as ShowDesktop icon) WIN+D combo was the toggle desktop one - Win+M and WIN+SHIFT+M are just either side of it. WIN+R I use all the time - I use that more than I use the start menu. WIN+E I never use as the only time I ever use Windows Explorer is to view the thumbnails in my 'My Pictures' folder. I navigate the machine/network from a little 'My Computer' chevron next to the Start button. WIN+F is useful if you aren't in a location where you can press F3 to bring up the search (okay, so I occasinally use Explorer for that too). WIN+V (only if you have that Windows XP mutli-desktop addon) let's me see all my four desktops at once. WIN+BREAK shows the system properties - very useful if you need to check or change something. And of course WIN+TAB for moving between taskbar buttons. Have I missed any? I'm pretty certain that I only use a small subset of the ones available.
David Wulff
Build: 1 succeeded, 0 failed, 0 skipped
WIN+TAB is really handy! Thanks! :) -- It's better to listen to others than to speak, because I already know what I'm going to say anyway. -- Friend of mine
-
Ctrl-Alt-Del
"The Lion shall lie down with the Lamb;
but the Lamb will not get much sleep..."
Lazarus LongHeh, some people don't get humor. :) When a newbie asks me something on IRC regarding computer related function, I always try "Press ALT+F4 and see what happens".
* XXX has quit IRC (Connection closed by client)
:-D -- It's better to listen to others than to speak, because I already know what I'm going to say anyway. -- Friend of mine
-
dailybuild *.*.*.+
"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS
sighist | Agile Programming | doxygenQue? -- It's better to listen to others than to speak, because I already know what I'm going to say anyway. -- Friend of mine
-
for %a in (*.dll;*.ocx) do regsvr32 /s %a
Shog9
Give me a Leonard Cohen afterworld So I can sigh enternally...
ldsoconfig
orexport LD_LIBRARY_PATH=$SOME_PATH
but this one's the bestexport LD_PRELOAD=$SOME_SHARED_OBJECT
:) -- It's better to listen to others than to speak, because I already know what I'm going to say anyway. -- Friend of mine -
Heh, some people don't get humor. :) When a newbie asks me something on IRC regarding computer related function, I always try "Press ALT+F4 and see what happens".
* XXX has quit IRC (Connection closed by client)
:-D -- It's better to listen to others than to speak, because I already know what I'm going to say anyway. -- Friend of mine
Jörgen Sigvardsson wrote: When a newbie asks me something on IRC regarding computer related function, I always try "Press ALT+F4 and see what happens". Not to mention on Web support forums, you can always say to people press Ctrl-W on their browsers. ORACLE One Real A$#h%le Called Lary Ellison
-
Jörgen Sigvardsson wrote: When a newbie asks me something on IRC regarding computer related function, I always try "Press ALT+F4 and see what happens". Not to mention on Web support forums, you can always say to people press Ctrl-W on their browsers. ORACLE One Real A$#h%le Called Lary Ellison
:snicker: -- It's better to listen to others than to speak, because I already know what I'm going to say anyway. -- Friend of mine
-
Heh, some people don't get humor. :) When a newbie asks me something on IRC regarding computer related function, I always try "Press ALT+F4 and see what happens".
* XXX has quit IRC (Connection closed by client)
:-D -- It's better to listen to others than to speak, because I already know what I'm going to say anyway. -- Friend of mine
LOL!!! Thanks for that tip - I'll try it on someone soon.:-D
"The Lion shall lie down with the Lamb;
but the Lamb will not get much sleep..."
Lazarus Long -
John Morales wrote: Win-M : Minimize all windows on screen (same as ShowDesktop icon) WIN+D combo was the toggle desktop one - Win+M and WIN+SHIFT+M are just either side of it. WIN+R I use all the time - I use that more than I use the start menu. WIN+E I never use as the only time I ever use Windows Explorer is to view the thumbnails in my 'My Pictures' folder. I navigate the machine/network from a little 'My Computer' chevron next to the Start button. WIN+F is useful if you aren't in a location where you can press F3 to bring up the search (okay, so I occasinally use Explorer for that too). WIN+V (only if you have that Windows XP mutli-desktop addon) let's me see all my four desktops at once. WIN+BREAK shows the system properties - very useful if you need to check or change something. And of course WIN+TAB for moving between taskbar buttons. Have I missed any? I'm pretty certain that I only use a small subset of the ones available.
David Wulff
Build: 1 succeeded, 0 failed, 0 skipped
Damn, I didn't known of WIN+TAB, thanks a lot !!!! Cheers,Joao Vaz One protocol to rule them all One protocol to find them One protocol to bring them all And in the darkness, bind them In the land of mordor.net, where the shadowed fibers lie
-
Que? -- It's better to listen to others than to speak, because I already know what I'm going to say anyway. -- Friend of mine
Well... it takes my sources from sourcesafe, labels the last version digit up by one, checks back the .rc files with the resource,s archives the sources, builds the sources (release and debug), archives the binaries and the pdb's. Doesn't work on all boxes, though ;)
"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS
sighist | Agile Programming | doxygen