amiga.org
     
iconAll times are GMT -6. The time now is 07:22 AM. | Welcome to Forum, please register to access all of our features.

» Amiga.org » Amiga computer related discussion » General chat about Amiga topics » Amiga Binary integration under Windows

General chat about Amiga topics This forum is for conversations which are specifically "Amiga" related, but don't fit into other categories. Contents of this forum do appear on the main page, unlike Talk About. If a subject appears to be non-related, it will be moved to Talk About.

Reply
 
Thread Tools Display Modes
Old 05-29-2012, 05:51 AM   #16
AmigaBlitter
Too much caffeine
Points: 8,156, Level: 61 Points: 8,156, Level: 61 Points: 8,156, Level: 61
Activity: 2% Activity: 2% Activity: 2%
 
Join Date: Apr 2002
Posts: 74
Default Re: Amiga Binary integration under Windows

Quote:
Originally Posted by hbarcellos View Post
Ciao Blitter,
That's really something. *PS* Links there are broken, so, I'm waiting for the reg files here.
Question: Double clicking a file loads a certain configuration just changing the floppy, or, I can set different configurations for different adf files (instead of choosing each time with a right click)?

Rgds,
Last configuration should remain. However, you can change config during disk swap. It's just winaue.
__________________
It\'s time for the Amiga to come back
AmigaBlitter is offline   Reply With Quote
Old 05-29-2012, 05:58 AM   #17
AmigaBlitter
Too much caffeine
Points: 8,156, Level: 61 Points: 8,156, Level: 61 Points: 8,156, Level: 61
Activity: 2% Activity: 2% Activity: 2%
 
Join Date: Apr 2002
Posts: 74
Default Re: Amiga Binary integration under Windows

Tutorial:

Step 1
Install WinUAE if you don’t haven’t done yet
Create your favorite WinUAE configuration choosing the System (i.e. Amiga 500, Amiga 1200 and so on…), the hardware, video and audio settings of choice.
Save your configuration in your WinUAE configurations folder.

Step 2
Open Notepad.exe
Paste the folling line of text into the notepad:

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\adf_auto_file]
@=""
[HKEY_CLASSES_ROOT\adf_auto_file\shell]
[HKEY_CLASSES_ROOT\adf_auto_file\shell\open]
[HKEY_CLASSES_ROOT\adf_auto_file\shell\open\command]
@="\"C:\\Programmi\\WinUAE\\WinUAE.exe\" -f \"C:\\Programmi\\WinUAE\\Configurations\\A500.uae\ " -0 \"%1\" -s use_gui=no"

Note: the “c” is your system folder. The “C:\\Programmi\\WinUAE\\WinUAE.exe\” and the "C:\\Programmi\\WinUAE\\Configurations\\A500.u ae\” are the path relative to your WinUAE installation and the default WinUAE config file. Edit the path if necessary.

Save the file as “adf_auto_file.reg” (without quotation mark) to your Desktop or to whatever folder you want.

Create a new empty txt file with notepad and paste the following lines of text:

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.adf]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.adf\OpenWithList]
"a"="\"C:\\Programmi\\WinUAE\\WinUAE.exe\" -f \"C:\\Programmi\\WinUAE\\Configurations\\A500.uae\ " -0 \"%1\" -s use_gui=no"
"MRUList"="ba"
"b"="winuae.exe"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.adf\OpenWithProgids]
"adf_auto_file"=hex(0):

Note: the “c” is your system folder. The “C:\\Programmi\\WinUAE\\WinUAE.exe\” and the "C:\\Programmi\\WinUAE\\Configurations\\A500.u ae\” are the path relative to your WinUAE installation and your default WinUAE config. Edit the path if necessary.
Save the file as “DotAdf.reg” (without quotation mark) to your Desktop or to whatever folder you want.

Create a third text file with notepad and paste into it the following line of text:

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf\Shel l]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf\Shel l\Edit]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf\Shel l\Edit\Command]
@="\"%SystemRoot%\\system32\\NOTEPAD.EXE\" \"%1\""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf\Shel l\Edit.WinUAEA1200FS]
@="WinUAE A1200 Full Screen"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf\Shel l\Edit.WinUAEA1200FS\Command]
@="\"C:\\Programmi\\WinUAE\\WinUAE.exe\" -f \"C:\\Programmi\\WinUAE\\Configurations\\A1200FS.u ae\" -0 \"%1\" -s use_gui=no"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf\Shel l\Edit.WinUAEA500]
@="WinUAE A500"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf\Shel l\Edit.WinUAEA500\Command]
@="\"C:\\Programmi\\WinUAE\\WinUAE.exe\" -f \"C:\\Programmi\\WinUAE\\Configurations\\A500.uae\ " -0 \"%1\" -s use_gui=no"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf\Shel l\Edit.WinUAEA500FS]
@="WinUAE A500 Full Screen"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf\Shel l\Edit.WinUAEA500FS\Command]
@="\"C:\\Programmi\\WinUAE\\WinUAE.exe\" -f \"C:\\Programmi\\WinUAE\\Configurations\\A500FS.ua e\" -0 \"%1\" -s use_gui=no"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf\Shel l\Open]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.adf\Shel l\Open\Command]
@="\"%SystemRoot%\\system32\\NOTEPAD.EXE\" \"%1\""

Note: the “c” is your system folder. The “C:\\Programmi\\WinUAE\\WinUAE.exe\”. The other path are related to every eventual configurations you made via WinUAE (i have 3 configurations in this example: Amiga 1200 Full Screen, Amiga 500 and Amiga 500 Full Screen.

You can create your own configurations and edit the path of this third reg file.
Save the file as “SystemFileAssociations_adf.reg” (without quotation mark) to your Desktop or to whatever folder you want.

Step 3
Use an administrator account and run the previously created .reg file (double click on it) to insert those entries into the Windows Registry. If the system request the to continue, give the appropriate permission to operate, by replying “continue”.

Step 4: PlayTime
Double Click on any amiga ADF to run it. Right Click on the ADF to run it with the appropriate configuration you have previously created.

Note: if you have Windows 7 64 bit, path and configurations may change due to different registry path (x86 or x64).

I will try to find the reg files and post the reg files here directly.
__________________
It\'s time for the Amiga to come back
AmigaBlitter is offline   Reply With Quote
Reply

Bookmarks

Tags
amiga , binary , integration , windows

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump