Shortcuts for Commandline?
Moderators: Hacker, petermad, Stefan2, white
Shortcuts for Commandline?
is there any way you can bind shortcuts for the commandline..
like if you write "Winamp" in the commandline it opens Winamp.
this works with the default windows apps like notepad, calc...
but is it possible to do this for other apps?
//MeeDIAH
like if you write "Winamp" in the commandline it opens Winamp.
this works with the default windows apps like notepad, calc...
but is it possible to do this for other apps?
//MeeDIAH
SFOT but similar question: how to force Internet Explorer to use other editor than Notepad for "View Source" command (without replacing notepad.exe in Win dir)?
I selected my preferred editor (scite) in IE Options|Programs|HTML Editor. Also I added SciTE to reg key mentioned by JackFoo in above post. I even specified path to SciTE.exe in "HKCR\Applications\notepad.exe\shell\edit\command"
All without succes - damned notepad.exe is still called...
I selected my preferred editor (scite) in IE Options|Programs|HTML Editor. Also I added SciTE to reg key mentioned by JackFoo in above post. I even specified path to SciTE.exe in "HKCR\Applications\notepad.exe\shell\edit\command"
All without succes - damned notepad.exe is still called...
Try this:
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=%22view+source%22+different+editor&sa=N&tab=wg
Quite a few answers there.
I opted for replacing notepad.exe; Saved me tons of hassle.
Cheers.
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=%22view+source%22+different+editor&sa=N&tab=wg
Quite a few answers there.
I opted for replacing notepad.exe; Saved me tons of hassle.
Cheers.
thanks for the answer JackFoo..
i couldn't really figure out how to do in HKCR\Application
but i've found another solution...
i just added a new key in
HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths
with the name of the "shortcut" like Winamp.exe and then changed the value of the (standard)-string to the full path for winamp like c:\winamp\winamp.exe...
that's it.. now I only have to write "Winamp" in the TC command line to start winamp..
//MeeDIAH
i couldn't really figure out how to do in HKCR\Application
but i've found another solution...
i just added a new key in
HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths
with the name of the "shortcut" like Winamp.exe and then changed the value of the (standard)-string to the full path for winamp like c:\winamp\winamp.exe...
that's it.. now I only have to write "Winamp" in the TC command line to start winamp..
//MeeDIAH
Annoying black command windows splash every time you call a bat file. It is not a big deal but it prevents me from using it.norfie wrote:DOS rules![]()
![]()
My ancient solution:
1st: directory c:\bat
2nd: environment variable path=%path%;c:\bat
3rd: every "shortcut" is a batch-file in c:\bat
e.g.:
winamp.bat
with
@c:\winamp\winamp.exe %1 %2 %3 %4 %5
Thanks! The following did the trick (for IE6) if someone interested:JackFoo wrote:Try this:
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=%22view+source%22+different+editor&sa=N&tab=wg
Quite a few answers there.
REGEDIT4
; View Source" command
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name]
@="C:\\Program Files\\SciTE\\SciTE.exe"
Yes. I also had replaced notepad with Bred. But when I went to SciTE, I didn't want to copy a dozen of files to Win dir.JackFoo wrote:I opted for replacing notepad.exe; Saved me tons of hassle.
[face=courier]On 07-05-2003 11:13:18 +0000 MeeDIAH wrote:
M> is there any way you can bind shortcuts for the commandline..
Not with Commander, but you can use external tool. For example I use TAR (TypeAndRun, former WinConsole) for this and many other purposes. It is free now. Actually I can't imagine how I went w/o it before.
You can set it up to open executed paths in Commander, BTW.[/face]
M> is there any way you can bind shortcuts for the commandline..
Not with Commander, but you can use external tool. For example I use TAR (TypeAndRun, former WinConsole) for this and many other purposes. It is free now. Actually I can't imagine how I went w/o it before.
You can set it up to open executed paths in Commander, BTW.[/face]
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]