English Amiga Board


Go Back   English Amiga Board > Support > support.OtherUAE

 
 
Thread Tools
Old 22 May 2013, 22:46   #1
StoneOakvalley
Registered User
 
Join Date: Jan 2009
Location: Norway
Age: 49
Posts: 105
uaeunp.exe "**" not working/wrong description

In the v.08f of uaeunp.exe it states that:

"List all files and directories recursively:"
"uaeunp <source> **"

When performed on for example like so:
"uaeunp.exe test.adf **"
it actually extracts everything instead of listing.

"uaeunp.exe test.adf" will nicely list out everything, but naturally put "[DIR]" in front of dirs. Same with "uaeunp.exe -l test.adf"

Did I miss something or is it a bug?

I want to list everything out like path/filename, example:
c/dir
c/echo
s/startup-sequence
demo
loader

etc...
StoneOakvalley is offline  
Old 22 May 2013, 23:39   #2
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
not sure about the uaeunp issue, but maybe ScanDeep may fit your needs.

Edit: read the scandeep.doc and install the support libraries for best results.

Last edited by emufan; 23 May 2013 at 00:28.
emufan is offline  
Old 23 May 2013, 17:49   #3
StoneOakvalley
Registered User
 
Join Date: Jan 2009
Location: Norway
Age: 49
Posts: 105
Oh thanks, I'm familiar with ScanDeep but never could find the tool, thought it was some underground stuff only :-)

Last edited by StoneOakvalley; 23 May 2013 at 17:52. Reason: hmm, only Amiga version, would like a DOS/WIN version
StoneOakvalley is offline  
Old 24 May 2013, 00:15   #4
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by StoneOakvalley View Post
Oh thanks, I'm familiar with ScanDeep but never could find the tool, thought it was some underground stuff only :-)
it was an internal tool by hippie2000, he used and developed it while working for back2roots.org website. as you can read in the link above, he saw the request and gave this nice tool to the community.
emufan is offline  
Old 24 May 2013, 00:21   #5
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Quote:
Originally Posted by StoneOakvalley View Post
hmm, only Amiga version, would like a DOS/WIN version
There were some Win32 command line tools to list the content (directories and files) of ADF images, IIRC. They would have been released around the time Windows 9x was current, so I can't be certain they would work in an NTFS environment.

I'll see if I can find them in my archives for you tomorrow so you can give them a try.

Edit: I seem to remember that they were developed to demonstrate the features of ADFlib.

Last edited by prowler; 24 May 2013 at 00:26.
prowler is offline  
Old 24 May 2013, 00:31   #6
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
what about ADFlib on back2roots website. linux and win32 binaries, incl. src code.
Or ADF Toolkit by Big-Byte - delphi src code only.
Quote:
Originally Posted by prowler View Post
Edit: I seem to remember that they were developed to demonstrate the features of ADFlib.
i think we had the same in mind.

Last edited by emufan; 24 May 2013 at 00:39.
emufan is offline  
Old 24 May 2013, 00:44   #7
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Quote:
Originally Posted by emufan View Post
what about ADFlib on back2roots website. linux and win32 binaries, incl. src code.

i think we had the same in mind.
Yes, I think the UnADF tool in the ADFlib package us the one I was thinking of.

IIRC, it can unpack AmigaDOS ADF images to a Windows directory, but can be configured to list the contents instead by using the correct command line switch, just like other dearchiving tools.
prowler is offline  
Old 24 May 2013, 01:09   #8
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,525
I happen to have made something similar (extract a whole ADOS disk or just selected files to your host filesystem, [should work under Windows/OSX/Linux]) in Python for the FS-UAE launcher. Source can be found in the latest FS-UAE source package
TCD is online now  
Old 24 May 2013, 01:16   #9
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
All of a sudden, we're spoilt for choice!
prowler is offline  
Old 24 May 2013, 13:22   #10
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by TCD View Post
I happen to have made something similar (extract a whole ADOS disk or just selected files to your host filesystem, [should work under Windows/OSX/Linux]) in Python for the FS-UAE launcher. Source can be found in the latest FS-UAE source package
Indeed you did :
http://code.google.com/p/fs-uae/sour...leExtractor.py

(Though this module only extracts a specified file from an ADF - I think you made a separate utility module for extracting all files from an ADF to a directory, but that's not included in the launcher source code).
FrodeSolheim is offline  
Old 24 May 2013, 13:45   #11
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,525
Ah, okay I can of course upload the 'full' version if anybody needs it.
TCD is online now  
Old 24 May 2013, 21:48   #12
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
-l is missing. At least my version says "List all recursively: "uaeunp -l <path> **""
Toni Wilen is offline  
Old 26 May 2013, 21:28   #13
StoneOakvalley
Registered User
 
Join Date: Jan 2009
Location: Norway
Age: 49
Posts: 105
Heh, the manual says:

List all files and directories recursively:
"uaeunp <source> **"

While the actual command line output says:
"uaeunp -l <source> **"

Indeed "-l" missing. So much for RTFM :-)

Anyway, it did now output the format I need. The reason why I ask is that the ADFlib as mentioned by "emufan" sometimes crashes on certain disks, while uaeunp does not, such a nice tool it is.

Thanks for clearing up and not to mention the mention of similar tools to. Might help others in future.
StoneOakvalley is offline  
Old 29 May 2013, 12:16   #14
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Simple rule: No one should ever read or trust so called "documentation" written by me
Toni Wilen is offline  
Old 30 January 2019, 15:55   #15
chip
Registered User
 
Join Date: Oct 2012
Location: Italy
Age: 49
Posts: 2,942
I'm not able to do the conversion to ADF format with this tool

Someone can tell me the right syntax to use ?
chip is offline  
Old 30 January 2019, 16:40   #16
chip
Registered User
 
Join Date: Oct 2012
Location: Italy
Age: 49
Posts: 2,942
Please don't care anymore of my question

Indeed i found an alternative way to do the conversion to .ADF

I simply load the disk (.DMS,.DSQ,.WRP) with WinUAE

Then i use a simple Amiga tool called WRip in Workbench

The command is "WRip DF0: SD"

It does exactly what i wanted, it creates a .ADF starting from the inserted disk
chip 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
"Reminder "Lincs Amiga User Group aka "LAG" Meet Sat 5th of January 2013" rockape News 4 30 January 2013 00:06
CD32 Image-Name-Bug: "...(bla)[!].zip" -> "...(bla)[" / "...[test].zip" -> "...[tes" cfTrio support.WinUAE 8 18 December 2012 16:31
"winuae.exe - Drive Not Ready" when trying to add CF card as hard drive vroom6sri support.WinUAE 20 20 June 2012 22:55
"Error validating disk" message.. what's wrong? scifi Hardware mods 4 19 November 2011 21:28
"Work", has the wrong icon. Mr B support.Other 15 01 April 2011 04:04

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

Top

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