AceInfinity Emeritus, Contributor Joined Feb 21, 2012 Posts 1,728 Location Canada Apr 11, 2012 #1 Just found something new today, not much though, but in case anybody else did not know, and this should work for Windows 7/Vista as far as I know... Code: explorer.exe, This in command prompt will bring you to your My Computer/Computer location :) Or you can just use: Code: explorer, Since it's in an environment variable location and will compare by the filename to infer that it's an executable.
Just found something new today, not much though, but in case anybody else did not know, and this should work for Windows 7/Vista as far as I know... Code: explorer.exe, This in command prompt will bring you to your My Computer/Computer location :) Or you can just use: Code: explorer, Since it's in an environment variable location and will compare by the filename to infer that it's an executable.
Wrench97 Administrator, Hardware Expert Staff member Joined Feb 20, 2012 Posts 3,077 Location S.E. Pennsylvania Apr 11, 2012 #2 Takes me to Libraries.......
GZ Visiting Expert Joined Apr 8, 2012 Posts 1,302 Location New Jersey Apr 11, 2012 #3 Takes me to My Documents...
AceInfinity Emeritus, Contributor Joined Feb 21, 2012 Posts 1,728 Location Canada Apr 11, 2012 #4 Are you sure you're using the comma? That's strange "explorer" by itself takes me to Libraries. Edit; through some tests: Code: explorer/ Takes me to My Documents. Edit: Code: explorer& Takes me to the Libraries too. Found a few others that navigate to My Computer and Libraries, but not any other locations. Last edited: Apr 11, 2012
Are you sure you're using the comma? That's strange "explorer" by itself takes me to Libraries. Edit; through some tests: Code: explorer/ Takes me to My Documents. Edit: Code: explorer& Takes me to the Libraries too. Found a few others that navigate to My Computer and Libraries, but not any other locations.
Wrench97 Administrator, Hardware Expert Staff member Joined Feb 20, 2012 Posts 3,077 Location S.E. Pennsylvania Apr 11, 2012 #5 Right you are, with the comma takes me to Computer. I was just using explorer.
GZ Visiting Expert Joined Apr 8, 2012 Posts 1,302 Location New Jersey Apr 11, 2012 #6 AHA!!!! Added the comma as well... One of the first things to remember, usually the first forgotten... Them importance of syntax
AHA!!!! Added the comma as well... One of the first things to remember, usually the first forgotten... Them importance of syntax
AceInfinity Emeritus, Contributor Joined Feb 21, 2012 Posts 1,728 Location Canada Apr 11, 2012 #7 lol, I was starting to wonder, "Is there just something WRONG with my computer?" :lol:
jcgriff2 Co-Founder / AdminBSOD Instructor/ExpertMicrosoft MVP (Ret.) Staff member Joined Feb 19, 2012 Posts 21,541 Location New Jersey Shore Apr 11, 2012 #8 http://support.microsoft.com/kb/152457 http://support.microsoft.com/kb/130510
jcgriff2 Co-Founder / AdminBSOD Instructor/ExpertMicrosoft MVP (Ret.) Staff member Joined Feb 19, 2012 Posts 21,541 Location New Jersey Shore Apr 11, 2012 #9 http://support.microsoft.com/kb/307856
J Jenae Sysnative Staff Staff member Joined Mar 15, 2012 Posts 29 Apr 17, 2012 #10 Hi, the use of the comma (,) is very useful, say you want an OP to navigate to "lan Settings" under connections in Internet options, from an elevated cmd prompt OR the search bar in Vista /Seven:- Cmd prompt:- C:\Windows\system32>Control Inetcpl.cpl,,4 (applies to most windows apps) By default the first window is General then ,,4 for Connections if you wanted Programs ,,5 Just makes it easier for the poster to go where you want them, oddly enough I do not see this much, certainly at TSF.
Hi, the use of the comma (,) is very useful, say you want an OP to navigate to "lan Settings" under connections in Internet options, from an elevated cmd prompt OR the search bar in Vista /Seven:- Cmd prompt:- C:\Windows\system32>Control Inetcpl.cpl,,4 (applies to most windows apps) By default the first window is General then ,,4 for Connections if you wanted Programs ,,5 Just makes it easier for the poster to go where you want them, oddly enough I do not see this much, certainly at TSF.
AceInfinity Emeritus, Contributor Joined Feb 21, 2012 Posts 1,728 Location Canada Apr 20, 2012 #11 I know about the comma's for control panel files. I just never took initiative to see whether or not explorer.exe had any interpretable command line arguments or parameters in it's environment. :)
I know about the comma's for control panel files. I just never took initiative to see whether or not explorer.exe had any interpretable command line arguments or parameters in it's environment. :)