MSFN Forum: Multilanguage "Open Command Window Here" - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Multilanguage "Open Command Window Here" Context extention Rate Topic: -----

#1 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 27 December 2005 - 02:40 PM

Is there such thing? I would like an Open Command Window here in Norwegian (Åpne kommandolinje her).


#2 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 27 December 2005 - 03:33 PM

Just edit the .reg file

#3 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 27 December 2005 - 05:14 PM

You'r gona have to be more presise. What reg entry would that be?

#4 User is offline   druiddk 

  • Member
  • PipPip
  • Group: Members
  • Posts: 204
  • Joined: 30-November 05

Posted 27 December 2005 - 05:22 PM

I have not added the Command Prompt here myself, but I can imagine that he thinks that the reg entry you use to get the english version could be modified with the text you want?

This is just guessing :)

#5 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 27 December 2005 - 05:46 PM

Could be!
But then I'd need the english version. Please post...

#6 User is offline   zzzz 

  • Intermediate
  • Group: Members
  • Posts: 44
  • Joined: 06-March 05

Posted 27 December 2005 - 05:55 PM

[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\command]
@="cmd.exe /k cd %1 "


#7 User is offline   McStarfighter 

  • Newbie
  • Group: Members
  • Posts: 47
  • Joined: 13-September 04

Posted 27 December 2005 - 06:16 PM

I found my Registry entries for this, but unfortunaly it is in INF syntax (it is a plugin for BartPE). But perhaps anyone can convert it. I tried to do it but I can't found webmedic's inf2reg tool in the WWW.

Here are the entries:

[Software.AddReg] ; HKLM\SOFTWARE

0x0, "Classes\Drive\shell\cmd"
0x0, "Classes\Drive\shell\cmd\command"
0x1, "Classes\Drive\shell\cmd", "", "Eingabeaufforderung"
0x1, "Classes\Drive\shell\cmd\command", "", "cmd.exe /k "cd %L""

0x0, "Classes\Directory\shell\cmd"
0x0, "Classes\Directory\shell\cmd\command"
0x1, "Classes\Directory\shell\cmd", "", "Eingabeaufforderung"
0x1, "Classes\Directory\shell\cmd\command", "", "cmd.exe /k "cd %L""

If you can convert it you only have to write your favourite Text where the bold text is. That's it.

This post has been edited by McStarfighter: 27 December 2005 - 06:17 PM


#8 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 27 December 2005 - 06:20 PM

Thank you!
-This will do the trick.

[HKEY_CLASSES_ROOT\Directory\shell\Åpne i ledetekst\command]
@="cmd.exe /k cd %1 "

[HKEY_CLASSES_ROOT\Drive\shell\Åpne i ledetekst\command]
@="cmd.exe /k cd %1 "

This post has been edited by BoardBabe: 27 December 2005 - 06:23 PM


#9 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 27 December 2005 - 06:24 PM

:thumbup

Personnally, I have
;Invite de commandes
[HKEY_CLASSES_ROOT\Drive\Shell\cmd]
@="What you want !"

[HKEY_CLASSES_ROOT\Drive\Shell\cmd\command]
@="cmd.exe /k \"cd %L\""

[HKEY_CLASSES_ROOT\Directory\Shell\cmd]
@="What you want !"

[HKEY_CLASSES_ROOT\Directory\Shell\cmd\command]
@="cmd.exe /k \"cd %L\""


#10 User is offline   Doenja 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 03-December 03

Posted 27 December 2005 - 06:29 PM

Windows Registry Editor Version 5.00

;Add "Åpne kommandolinje her" to the context menu for drives and folders

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Åpne kommandolinje her"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Åpne kommandolinje her"
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""



Here you go,

This tweak adds- Åpne kommandolinje her- to both drives and folders rightclick contextmenu


Doenja

#11 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 27 December 2005 - 08:19 PM

Thank you! :D

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy