home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / mac / picmac11.arc / PIC2MAC.DOC next >
Text File  |  1988-02-10  |  3KB  |  73 lines

  1.  
  2.                 PIC2MAC  -  Version 1.10
  3.  
  4. PIC2MAC will convert .PIC files from PCPAINT+ to .MAC files. It will
  5. accept either packed or unpacked input files. At present, there are
  6. three modes for using it. The modes are determined by whether no, one,
  7. or two file names are entered on the command line when PIC2MAC is
  8. invoked.
  9.  
  10. MODE 1
  11.  
  12. C:>PIC2MAC
  13.  
  14. The first way of using it requires that you enter only PIC2MAC on the
  15. command line. It will prompt for both file names. It will fill in the
  16. suggested input file extension of .PIC. You need not enter the extension
  17. if .PIC is okay. Otherwise, as soon as you type the "." the PIC extension
  18. will vanish so you can enter your own extension. If it cannot find your 
  19. input file name it will ask you to reenter.
  20.  
  21. The output file name will then be requested. It will present your input
  22. file name with the extension changed to "MAC". If this is okay, just hit
  23. the ENTER key. Otherwise, start entering the filename you want. The
  24. extension will behave as in entering the input file name described above.
  25. If the output file already exists, it will ask permission to overwrite it.
  26. The default (ENTER) is "No, don't overwrite" It will then ask for a new
  27. file name.
  28.  
  29.  
  30. MODE 2
  31.  
  32. C:>PIC2MAC filename.PIC 
  33.      or
  34. C:>PIC2MAC *.PIC
  35.  
  36. This mode will accept wildcards. The output file names will be the same
  37. as the input file names except that the extension is changed to .MAC.
  38. It will accept the same wildcards as DOS (? or *). You will be asked ONCE
  39. whether it should overwrite a .MAC if the name happens to be the same as
  40. the output file. This will apply to all conversions if a wildcard is used.
  41. For instance, if the input file is PRUNELLA.PIC and it finds a file named
  42. PRUNELLA.MAC  it will overwrite it if you answer Y. If, however, 
  43. PRUNELLA.MAC is protected (Read only attribute set) it will refuse to over-
  44. write it and "Permission denied" will be displayed.
  45.  
  46.  
  47. MODE 3
  48.  
  49. C:>PIC2MAC inputname.PIC outputname.MAC
  50.  
  51. The third mode is intended for running from batch files and accepts
  52. both input and output file names on the command line as:
  53.  
  54. PIC2MAC myinput.pic myoutput.mac
  55.  
  56. An error message is generated if it cannot open the input file (if it
  57. can't find it for instance) or if it cannot open the output file (if the
  58. output file already exists).
  59.  
  60. Please note that color mapping is not provided in this version. The input
  61. file must be two color (like black and white).
  62.  
  63. History: 
  64. Mode 2 added in version 1.10
  65.  
  66. Comments, requests, money (we should be so lucky), etc. may be directed to:
  67.  
  68.    Bill and Laurie Fleisher
  69.    4680 Carrick Ave
  70.    Grand Rapids, MI  49508
  71.  
  72.    (616) 531-2776 (voice)
  73.