home *** CD-ROM | disk | FTP | other *** search
/ Brotikasten / BROTCD01.iso / amiga / d64_c64.txt < prev    next >
Text File  |  1995-08-16  |  3KB  |  64 lines

  1.  
  2.                                   .D64 To C64
  3.                                   ===========
  4.  
  5.  
  6. INTRODUCTION :
  7.  
  8.     .d64 files are snapshots of a complete 1541 (C64) disk which are normally
  9. used with PC C64 emulators. Somewhat like DMS for the c64 through the PC.
  10.  
  11.     There is a program available for the Amiga called und64 by Jess Sosnoski
  12. which separates the .d64 into separate files like you'd find them on the C64.
  13. This is grand if you only want the files to use on an emulator such as
  14. Frodo or A64 but getting them over to the C64 takes a little more work. This
  15. is were this AREXX script comes in. It will automatically scan the drawer
  16. where you have just put the und64 files into and transfer them to a real
  17. C64 disk one by one.
  18.  
  19.     Just one thing, this script is a hack, it works but if you want to
  20. learn to code AREXX don't look at my code! x-) I wrote this script
  21. because of the large amount of C64 material available on FTP sites
  22. such as watson in .d64 format and I wanted to transfer them to a real
  23. C64 disk without having to transfer each file by hand.
  24.  
  25.                            
  26.  
  27. Things needed for this program :
  28.  
  29.     und64   Version 38.0 on Aminet, misc/emu/und64_380.lha
  30.     strip   A command off the A64 package, to strip the load address of files
  31.     pc2cbm  A command which comes as part of the York Electronic Research
  32.             Package which consists of a lead and various amiga software
  33.             to get your files to and from the Amiga to the C64
  34.     AREXX   Supplied with WB2.0 onwards.
  35.  
  36. USAGE :
  37.  
  38.     Create a drawer, e.g. ram:c64files and place your .d64 file in this,
  39. use und64 to dissolve the file into it's single parts (consult the und64
  40. documentation for this) after it has finished delete the .d64 file as 
  41. obviously you don't want this on the C64! Then run d64-c64.rexx using the 
  42. location of the drawer as an argument (eg."rx d64-c64.rexx ram:c64files"). 
  43.     Making sure you have a 5 1/4 disk formatted and blank in your 1541. 
  44. And basically sit back and wait a long time for the Commodore speed loader
  45. to transfer them over. This script works even if the filenames have spaces
  46. in them, as many do. The new version of und64 (V38.0) doesn't leave
  47. trailing blanks after the filenames unlike older versions. So this script
  48. now only works using the newer version of und64.
  49.  
  50. CONTACT :
  51.  
  52.     If you want to send me any comments on this script or anything
  53. else you can think off please mail me, Iain Black at.
  54.  
  55.         iblack@dit.ie       Internet
  56.         2:263/154           Fidonet
  57.  
  58.     I'm going to Germany for the summer (1-June - 30 Sept) so don't
  59. mail me between those dates.
  60.  
  61.                                                     Happy 64ing!
  62.  
  63.  
  64.