home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / CDROM / RumeoAndJoliet / RumeoAndJoliet.readme < prev    next >
Text File  |  1999-10-15  |  2KB  |  65 lines

  1. Short: copy a Joliet/Win9x CD with full names
  2. Type: disk/cdrom
  3. Author: jffabre@club-internet.fr (Jean-François Fabre)
  4. Uploader: jffabre@club-internet.fr (Jean-François Fabre)
  5.  
  6. RumeoAndJoliet is © 1999 Jean-François FABRE
  7.  
  8. What's more annoying than listings with 8.3 ~ names like this on
  9. amiga CD filesystems while we can use long names with Rockridge extension?:
  10.  
  11. ls CD2:Musiqu~1/Redhot~1
  12. 01-the~1.mp3  04-fun~1.mp3  07-mel~1.mp3  10-blo~1.mp3  13-apa~1.mp3  16-sir~1.mp3
  13. 02-ify~1.mp3  05-suc~1.mp3  08-the~1.mp3  11-und~1.mp3  14-the~1.mp3  17-the~1.mp3
  14. 03-bre~1.mp3  06-ico~1.mp3  09-giv~1.mp3  12-nak~1.mp3  15-myl~1.mp3
  15.  
  16. That's why I developped RumeoAndJoliet. Some programs I saw on aminet were not
  17. satisfactory because of many reasons and the main one is that the way of renaming
  18. files is different between a Win9x PC and Amiga CD file systems
  19. (I tried 2 or 3 different ones)
  20.  
  21. I use this tool regularly and I'm very happy with it.
  22.  
  23. It's a Amiga script using some ports of Un*x/gnu/Minix commands as well as some
  24. small C utilities that I had to code for better speed.
  25.  
  26. It's rather fast, and works really well.
  27.  
  28. Requirements:
  29.  
  30. - Access to a PC with Win9x and a CD-ROM drive
  31. - A 3"5 double density (720K) floppy disk, PC formatted
  32. - CrossDos installed on the amiga
  33. - A CD-ROM drive installed on the amiga, with AmiCDROM, or another CD file system.
  34.  
  35. Installation:
  36.  
  37. Install Rumeo and all the binary tools in your path if you don't have them already.
  38. On the PC, copy the script named LISTCD.BAT (you'll have to replace the
  39. drive letter which is K: in the script by your CD-ROM drive letter)
  40.  
  41. Usage:
  42.  
  43. On the PC: insert the CD, the floppy disk, and execute LISTCD.BAT.
  44.  
  45. On the Amiga: insert the CD, the floppy disk, and then:
  46.  
  47. rumeo CDLIST/A,SOURCECD/A,DESTPATH/A,OUTFILE/K,INCLUDERE/K,EXCLUDERE/K
  48.  
  49. (set stack to at least 20000 bytes)
  50.  
  51. CDLIST: the file produced on a PC (ex: PC0:cdlist.txt)
  52. SOURCECD: the path of the source CD (ex: CD0:)
  53. DESTPATH: the path where the CD files are to be copied with the long name
  54. OUTFILE: if specified, a script will be created, and you will be able to edit it
  55. before executing it.
  56. INCLUDERE/EXCLUDERE: allows you to include/exclude files by passing a regular
  57. expression pattern.
  58.  
  59. This program demonstrates if still need the power of unix text utils combined
  60. with AmigaShell. No need for csh or buggy ksh to perform this.
  61.  
  62. Enjoy and send your comments if you like this program.
  63.  
  64. JFF
  65.