English Amiga Board


Go Back   English Amiga Board > Support > support.OtherUAE

 
 
Thread Tools
Old 21 February 2017, 20:06   #1
-jh-
 
Posts: n/a
UAEUNP multiple files

I succesfully unpacked some .DMS files to .ADF with UAEUNP, but the process is very slow as I seem to have hundreds of them, if not thousands.

I did read the .txt file that came with it and tried several ways, but was unable to extract/convert multiple files at the same time.

So, I wonder is it that it only does them one by one, or am I just too stupid to do it right?

If someone could tell me: If I have for example 50 different .DMS archives in one directory, can I somehow convert them ALL to .ADF at the same time, without having to type them one by one?

Thank you.


btw: I also wonder how do I convert .COP to .ADF, it seems this program does not recognize it.
 
Old 21 February 2017, 23:45   #2
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
you can do some loops in msdos

i did it using xdms on a win7 box:
Code:
for /f %f in ('dir /b') do xdms u %f
this will extract all dms archives in the current directory and write them back as adf into the current folder

#1) same can be done with uaeunp but the syntax is sometimes a bit confusing.

#2) .cop disk archives you may extract/write back to disk on the amiga using xadmaster.

#3) on amiga-stuff.com is another amiga tool, which can write those .cop images back to disk ( COP! 1.2 )

Last edited by emufan; 22 February 2017 at 00:23.
emufan is offline  
Old 22 February 2017, 05:39   #3
-jh-
 
Posts: n/a
I will try that.

Thank you



Edit: Seems to work just fine. The only modification I had to make was to replace % with %%

Last edited by -jh-; 22 February 2017 at 06:49.
 
Old 22 February 2017, 13:26   #4
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by -jh- View Post
I will try that.

Thank you



Edit: Seems to work just fine. The only modification I had to make was to replace % with %%
ok, cool
emufan 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
Multiple configuration files NRS support.WinUAE 10 17 August 2014 17:04
Moving multiple files/folders in 3.1??? britain4 support.Other 6 17 August 2014 02:59
Unpacking of Multiple .gz files andyhants support.Apps 4 17 March 2014 03:16
Macro help needed for adf2disk => dms (multiple files) DC33 support.WinUAE 42 15 May 2007 10:44
Games consisting of multiple .adf files Swordlord New to Emulation or Amiga scene 24 29 February 2004 09:52

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 18:06.

Top

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