View Single Post
Old 09-12-10, 04:32 AM   #68
Anvart
Admiral
 
Join Date: Jan 2006
Location: Russia ®
Posts: 2,492
Downloads: 122
Uploads: 1
Default

Quote:
Originally Posted by h.sie View Post
CherryH.... is right. Open Command prompt from Accesoires
I already wrote about it at this forum (for a long time)...
I have Win XP...
and you can do menu item "Command Prompt" (for example... or other name) for your explorer...
You must create reg-file with *.reg extension... with next content (and to execute this file):
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\O penDOSBox]
@="Command Prompt"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\O penDOSBox\Command]
@="CMD.EXE /K CD %1"
...
or slightly other form (more modern NT), but the same:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\C mdPromptW]
@="Command Prompt"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\C mdPromptW\Command]
@="cmd.exe /k cd \"%1\""
...
Using:
Open explorer,
go to folder, where you want to work with your file (using DosBox),
open File menu item...
lower you see the name of the chosen folder... open this menu item...
and you see "Command Prompt" menu item... click it
... cmd.exe will be executed and you will see your favorite DosBox...
or using right-click popup menu.
...
Advantage - speed and you will not be to write path (full name) for the work-file.

P.S. Some spaces - d efective forum engine...
__________________
Alex ®


Moses said: "Don't create yourself an idol"...

Last edited by Anvart; 09-12-10 at 05:11 AM.
Anvart is offline   Reply With Quote