home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 20 / af020.adf / Read_Atari_readme.doc < prev    next >
Text File  |  1980-02-23  |  3KB  |  96 lines

  1. Atari to Amiga file transfer Utility by Mark Lawrence
  2. -----------------------------------------------------
  3.  
  4. There are two programs on this disk,read_atari and conv_scn.
  5.  
  6. Read_atari enables you to transfer a file from an Atari format disk
  7. to an Amiga format disk,while conv_scn allows you to convert a Degas
  8. format screen to Dpaint format.
  9.  
  10. READ_ATARI
  11. ----------
  12.  
  13. The read_atari program works from the CLI by typing a command something 
  14. like
  15.  
  16.     READ_ATARI Source_file [Destination_File]
  17.  
  18. Source file is the file you want copied and destiantion file is the name
  19. you want to give the Amiga file.If no destination file name is given the
  20. program will use the same name,including directories.The default mode 
  21. for the program uses DF1: as the source drive and DF0: as the destination
  22. drive,but this can be changed by including the drive in the file name.
  23. Here are some examples to explain how it works.
  24.  
  25. 1)    READ_ATARI File1
  26.  
  27. This will copy a file with the name File1 from the disk in drive 1 to the
  28. disk in drive 0 using the same name,File1.
  29.  
  30. 2)    READ_ATARI File1 File2
  31.  
  32. This will copy a file with the name File1 from the disk in drive 1 to the 
  33. disk in drive 0 but using the name File2.
  34.  
  35. 3)    READ_ATARI DF0:File1
  36.  
  37. This will copy a file with the name File1 from one disk to another using
  38. drive 0.If you specify the same disk for both source and destination you
  39. will be prompted for each disk.
  40.  
  41. 4)    READ_ATARI Screens/Picture1
  42.  
  43. This will copy a file Picture1 in the subdirectory Screens from drive 1 to
  44. drive 0 using the same name.If there is no subdirectory Screens on the 
  45. destination disk the file will not be copied.If you don't want the file
  46. placed in a subdirectory include a destiantion file name,e.g
  47.     
  48.     READ_ATARI Screens/Picture1 Picture1.
  49.  
  50. A question mark (?) as a file name will produce a directory of the files
  51. on a disk.Any subdirectories will be indicated by the word directory after
  52. the name.You can list the files in a subdirectory by placing the ? after
  53. the directory name,e.g
  54.  
  55.     READ_ATARI Screens/?
  56.  
  57. will list all the files,and subdirectories,in the Screens subdirectory.
  58.  
  59.  
  60. CONV_SCN
  61. --------
  62.    The conv_scn program also works from the CLI by typing a command 
  63. something like
  64.  
  65.     CONV_SCN Source_name [Destination_name]
  66.  
  67. As with the READ_ATARI program if Destiantion_name is not given the same
  68. name will be used.Unlike the READ_ATARI program however the names are 
  69. passed straight to AmigaDos so you can include disk names in the title.
  70. Also if no drive name is given the program will use the current default
  71. drive.
  72.    Here are a few examples.
  73.  
  74. 1)    CONV_SCN SCREEN.PI1
  75.  
  76.   This will convert the file SCREEN.PI1 from Degas format to Dpaint 
  77. format using the same name and drive,so that the original SCREEN.PI1
  78. file will be overwritten.
  79.  
  80. 2)    CONV_SCN SCREEN.PI1 SCREEN.IFF
  81.  
  82.  This will convert the file SCREEN.PI1 to Dpaint format and save it to
  83. disk with the name SCREEN.IFF.
  84.  
  85. 3)    CONV_SCN DISK_1:SCREEN.PI1 DISK_2:SCREEN.IFF
  86.  
  87.  This will convert the file SCREEN.PI1 on a disk with the name DISK_1
  88. to Dpaint format and save it on a disk with name DISK_2 using the name
  89. SCREEN.IFF.You can use this command format to convert screens using only
  90. one drive.Use the Amigados INFO command to find out the name of the disk
  91.  
  92.  
  93. The program will convert both compressed and uncompressed Degas screens
  94. in either Low,Medium or High resolution,using the original colours.
  95.  
  96.