Jump to content
Sign in to follow this  
humeur

Catalog of multiple disk

Recommended Posts

Try Catlib, Jean Louis. That one will make a master catalog of as many disks as you feed it, and gives you the option of adding comments for each program.

Share this post


Link to post
Share on other sites

Yes I have lost, I want to catalog my floppy images in DSK format in my PC. I never know Catilb however. Thank you.

 

Jean-Louis

Share this post


Link to post
Share on other sites

You can also use my Java-based TIImageTool in its command shell mode to create a directory listing which you can save in a file. In case you are using Linux or run a shell with cygwin, you can do something like this:

 

 

for image in *.dsk
do
   java -jar tiimagetool.jar commandshell dir $image >> completedir.txt
done

Share this post


Link to post
Share on other sites

What was it that did not work? Did you try TIImageTool? Note that the lines showed above actually invoke it with one image at a time and that the for-loop iterates through the file names.

Share this post


Link to post
Share on other sites

English and me in writing this is not easy.

 

I have several disk image cataloging

 

With the command that you give is for an image at a time and must make a loop

 

We can not do the full image of a pass directory catalog

 

I work on Xp

 

thank Jean Louis

Edited by humeur

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...