English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 06 May 2014, 15:27   #1
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,206
windows tool to convert ipf to wwp / normal adf file

Hi,

A lot of IPF releases are made of a .zip with several .IPF files. Those IPF files are mostly .ADF files (when not protected)

On the amiga side, I have a tool to convert IPF to WWP and then WWP to ADF.
Any way to do the same on windows size so I can script this directly on the windows side?
jotd is offline  
Old 06 May 2014, 17:50   #2
Leffmann
 
Join Date: Jul 2008
Location: Sweden
Posts: 2,269
I don't know of any existing tool, but if those Amiga tools are well-behaved CLI tools, then you may be able to run them through Vamos, but as is usually the case with Windows, it may take some effort to set things up.

http://lallafa.de/blog/amiga-projects/amitools/vamos/
Leffmann is offline  
Old 06 May 2014, 20:07   #3
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,518
My uaeunp (from winuae.net) should be able to do it. I am not sure if it is easily scriptable but it can be improved easily.
Toni Wilen is offline  
Old 06 May 2014, 23:18   #4
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,206
uaeunp seems perfect. With a python script I can process all the files in a SPS .zip file, so that's great.

Edit: bad luck

I have an input file as .IPF. Cannot seem to convert it to adf simply

uaeunp foo.ipf foo.adf

=> 'foo.adf' not found

and don't I need the SPS DLL in my path?

Last edited by jotd; 06 May 2014 at 23:26.
jotd is offline  
Old 07 May 2014, 01:54   #5
Carlos Ace
Junior Member
 
Carlos Ace's Avatar
 
Join Date: Jul 2001
Location: Lusitania
Posts: 455
Send a message via ICQ to Carlos Ace
Lightbulb

Quote:
Originally Posted by jotd View Post
Hi,
A lot of IPF releases are made of a .zip with several .IPF files. Those IPF files are mostly .ADF files (when not protected)
On the amiga side, I have a tool to convert IPF to WWP and then WWP to ADF.
Any way to do the same on windows size so I can script this directly on the windows side?
Can you upload it to the Zone?
Thanks in advance.
Carlos Ace is offline  
Old 07 May 2014, 07:43   #6
mr.vince
Cheesy crust
 
mr.vince's Avatar
 
Join Date: Nov 2008
Location: Hawk's Creek
Age: 48
Posts: 1,383
Quote:
Originally Posted by jotd View Post
and don't I need the SPS DLL in my path?

For sure you do...
mr.vince is offline  
Old 07 May 2014, 09:02   #7
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,206
@mr vince: uae & uaeunp seem to use your sources directly. It never asks for the DLL. Do you confirm?
@carlos: it is a lousy amiga script, I tried to attach the dependencies (wwarp,dirname,basename...), just to be complete. not sure that this is the latest wwarp, mfm2wwarp...

I upload it under ipf2adf.zip. There's a readme.
jotd is offline  
Old 07 May 2014, 16:42   #8
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,518
Quote:
Originally Posted by jotd View Post
uaeunp seems perfect. With a python script I can process all the files in a SPS .zip file, so that's great.

Edit: bad luck

I have an input file as .IPF. Cannot seem to convert it to adf simply

uaeunp foo.ipf foo.adf

=> 'foo.adf' not found
Worked for me when I tried randomly chosen RailroadTycoon_Disk1.ipf

Code:
uaeunp.exe RailroadTycoon_Disk1.ipf railroadtycoon_disk1.adf
RailroadTycoon_Disk1.adf extracted, 901120 bytes
Quote:
and don't I need the SPS DLL in my path?
DLL is required.
Toni Wilen is offline  
Old 07 May 2014, 22:46   #9
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,206
I understand: the name of the .adf file must match the name of the .ipf file.

I just tested and it works. Thanks.
jotd is offline  
Old 08 May 2014, 00:31   #10
Carlos Ace
Junior Member
 
Carlos Ace's Avatar
 
Join Date: Jul 2001
Location: Lusitania
Posts: 455
Send a message via ICQ to Carlos Ace
Quote:
Originally Posted by jotd View Post
@mr vince: uae & uaeunp seem to use your sources directly. It never asks for the DLL. Do you confirm?
@carlos: it is a lousy amiga script, I tried to attach the dependencies (wwarp,dirname,basename...), just to be complete. not sure that this is the latest wwarp, mfm2wwarp...

I upload it under ipf2adf.zip. There's a readme.
Thanks jotd !!!
Carlos Ace is offline  
Old 08 May 2014, 08:23   #11
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,206
Bert just tells me that there is tw2adf in http://whdload.de/whdload/TrackWarp17.lha which
does this too

If you're running WinUAE, consider uaeunp. Should me much faster and easier to script in python

regards

Last edited by jotd; 08 May 2014 at 08:28.
jotd is offline  
Old 08 May 2014, 08:34   #12
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,518
Quote:
Originally Posted by jotd View Post
I understand: the name of the .adf file must match the name of the .ipf file.
It is needed because it is not just ipf to adf converter.

It will also list directory of source image (if it has any supported filesystem), it can also extract PC format image (if source is PC formatted or is dual formatted), it can extract it as an extended adf and so on.
Toni Wilen is offline  
Old 08 May 2014, 09:02   #13
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,206
ok, I understand the needs of a generic command line structure. No big deal, can be pythonized in a second
(does anybody needs something like that?: ipf2adf.py *.ipf => all adf extracted)

thanks.
jotd is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to convert IPF to ADF? caius project.SPS (was CAPS) 39 03 June 2014 15:51
Tool to convert NewIcon to normal icons Leandro Jardim request.Apps 9 23 November 2013 15:18
Who can convert IPF to ADF? Zoom! 1988 US version 1988 request.Old Rare Games 31 28 November 2011 17:46
New up-to-date ADF tool for Windows MethodGit request.Apps 17 26 October 2009 08:56
Windows icons for adf dms and ipf disk images Galaxy support.WinUAE 50 02 March 2007 08:53

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


All times are GMT +2. The time now is 16:02.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09206 seconds with 13 queries