home *** CD-ROM | disk | FTP | other *** search
/ NeedleCraft Plus / needlecraftplusvolume1.iso / dos / convpcd / convpcd.doc next >
Text File  |  1997-04-11  |  9KB  |  407 lines

  1.  
  2.  
  3.  
  4.             Roger Smith Software
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.                                         ConvPCD
  34.                                       Version 1.0
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.           Copyright (c) 1994 - Roger Smith and Margueritta Brigance
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.           Small Print
  76.  
  77.             The information in this  manual is furnished for  informational
  78.             use only. Roger  Smith, Margueritta Brigance,  and Roger  Smith
  79.             Software assume no responsibility  or liability for any  errors
  80.             or inaccuracies that  may appear in  this manual. The  software
  81.             described in this  manual is  furnished under  license and  may
  82.             only be used  and copied in  accordance with the  terms of  the
  83.             license.
  84.  
  85.           License and Warranty Information
  86.  
  87.             ConvPCD is copyrighted.  ConvPCD is  owned by  Roger Smith  and
  88.             Margueritta Brigance  and is  protected by  copyright laws  and
  89.             treaties. ConvPCD is offered with no warranty.
  90.  
  91.             ConvPCD is freely available. You may make copies and distribute
  92.             ConvPCD as long  as you  follow this  license agreement.  Under
  93.             this license you may:
  94.  
  95.                o use ConvPCD
  96.  
  97.                o make unmodified  copies of   ConvPCD  for use  by  another
  98.                  party
  99.  
  100.             You may not:
  101.  
  102.                o use, copy, modify, or transfer copies of ConvPCD except as
  103.                  provided in this license
  104.  
  105.                o reverse engineer or decompile ConvPCD executable files
  106.  
  107.                o sublicense, rent, lease, or assign ConvPCD
  108.  
  109.                o sell ConvPCD
  110.  
  111.             Pfaff and  PC-Designer are  trademarks  of Pfaff.  ConvPCD  and
  112.             Oratorio are trademarks of Roger Smith Software.
  113.  
  114.             Copyright (c)  1994 by  Roger Smith  and Margueritta  Brigance.
  115.             Published by Roger Smith Software,  P.O. Box 308, Mary  Esther,
  116.             FL  32569. All Rights Reserved.
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.                                    Table of Contents
  144.  
  145.  
  146.  
  147.  
  148.                Introduction..........................................1
  149.                System Requirements...................................1
  150.                Installing ConvPCD....................................1
  151.                Using ConvPCD.........................................2
  152.                Getting Help..........................................2
  153.                Examples..............................................2
  154.                Error Messages........................................3
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.           Introduction
  163.  
  164.             Pfaff's PC-Designer 3.0 software stores stitch files (.PCD  and
  165.             .PCQ) in a  binary format. The  binary format  makes the  files
  166.             much smaller than the  text files used  by earlier versions  of
  167.             the program. But  these files are  not compatible with  earlier
  168.             versions of the PC-Designer program.
  169.  
  170.             The earlier versions  of PC-Designer used  text files to  store
  171.             the designs. These text files occupy  more disk space than  the
  172.             new binary files, but they offer the advantage of being "human-
  173.             readable." As  text files,  they may  be  viewed using  a  text
  174.             editor or the TYPE command. They are also suitable for  posting
  175.             in messages for transfer through an on-line service.
  176.  
  177.             ConvPCD converts binary PCD and PCQ stitch files to text files.
  178.             The text files have the same format as stitch files created  by
  179.             the earlier  versions of  PC-Designer and  may be  read by  all
  180.             versions of PC-Designer including version 3.0.
  181.  
  182.  
  183.           System Requirements
  184.  
  185.             To use ConvPCD you need the following:
  186.  
  187.                o An IBM PC or compatible
  188.  
  189.                o MSDOS or a compatible operating system
  190.  
  191.                o At least 400K of free memory
  192.  
  193.                o At least 200K of free disk space
  194.  
  195.  
  196.           Installing ConvPCD
  197.  
  198.             To install ConvPCD:
  199.  
  200.                o Copy the  file CONVPCD.EXE  to a  directory on  your  hard
  201.                  drive.
  202.  
  203.                o If you  would like  to be  able to  run CONVPCD  from  any
  204.                  directory,  edit  your  AUTOEXEC.BAT  file  and  add   the
  205.                  directory where CONVPCD is  located to the  PATH if it  is
  206.                  not  already  in  the  path.  See  your  DOS  manual   for
  207.                  information about how to  modify AUTOEXEC.BAT and the  DOS
  208.                  path.
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.           1
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.           Using ConvPCD
  226.  
  227.             To run ConvPCD, enter the command:
  228.  
  229.                              d:\dir\CONVPCD infile outfile
  230.  
  231.             where
  232.  
  233.                  "d:\dir\" is the drive  and directory where you  installed
  234.                  CONVPCD.EXE. If the current directory contains CONVPCD.EXE
  235.                  or the  directory containing  CONVPCD.EXE  is in  the  DOS
  236.                  PATH, you do not need to  type the drive and directory  to
  237.                  run CONVPCD.EXE.
  238.  
  239.                  "infile" is the name of the file to convert.
  240.  
  241.                  "outfile" is the name of the new file to create.
  242.  
  243.             The file names for "infile" and "outfile" must be different.
  244.  
  245.             If the file specified for "infile"  does not exist or is not  a
  246.             binary or text stitch file, an  error message is displayed  and
  247.             the program quits.
  248.  
  249.             If the file specified for "outfile" already exists, it will  be
  250.             overwritten.
  251.  
  252.             If no output file is specified, the text of the stitch file  is
  253.             displayed on the screen.
  254.  
  255.  
  256.           Getting Help
  257.  
  258.             Enter the command
  259.  
  260.                                         CONVPCD
  261.  
  262.             to display a summary of the instructions for running ConvPCD.
  263.  
  264.  
  265.           Examples
  266.  
  267.             To convert a binary stitch file  named BIKE.PCD to a text  file
  268.             named BIKE2.PCD you may use the command:
  269.  
  270.                               CONVPCD BIKE.PCD BIKE2.PCD
  271.  
  272.             To convert a binary stitch file  named ROSE.PCQ to a text  file
  273.             of the same name you may use the following commands:
  274.  
  275.                                CONVPCD ROSE.PCQ TEMP.PCQ
  276.                                COPY TEMP.PCQ ROSE.PCQ   
  277.                                DEL TEMP.PCQ       
  278.  
  279.                                                
  280.                                                                           2
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.             The first command runs ConvPCD to  read ROSE.PCQ and write  the
  288.             text to the file TEMP.PCQ. The  second command copies the  text
  289.             file over the original ROSE.PCQ file. The final command deletes
  290.             the temporary file.
  291.  
  292.             If you find that  you are often converting  a binary file to  a
  293.             text file of the same name, you may wish to create a DOS  batch
  294.             file that executes the above commands on a specified PCD or PCQ
  295.             file.
  296.  
  297.             To create the batch file, enter the following lines at the  DOS
  298.             prompt:
  299.  
  300.                                   COPY CON CPCD.BAT  
  301.                                   CONVPCD %1 TEMP.XXX
  302.                                   COPY TEMP.XXX %1   
  303.                                   DEL TEMP.XXX    
  304.                                                  
  305.             Press control-Z (hold down  the Ctrl key  and press "Z")  after
  306.             entering the last line.
  307.  
  308.             To use the new batch file, use the command:
  309.  
  310.                                      CPCD filespec
  311.  
  312.             where
  313.  
  314.                  "filespec" is the name of the file to convert.
  315.  
  316.  
  317.           Error Messages
  318.  
  319.             Could not open input file
  320.  
  321.                  An error occurred while attempting to open the input file.
  322.                  The most common cause of this error is that the  specified
  323.                  file does not exist.
  324.  
  325.             Input and output file names must be different
  326.  
  327.                  The input and output file names  are the same. This  error
  328.                  message is  displayed if  you specify  the same  file  for
  329.                  input and output.
  330.  
  331.             Could not open output file"
  332.  
  333.                  An error occurred when attempting to create the  specified
  334.                  out
  335.                  put file. The file name may  not be a legal DOS file  name
  336.                  (see  your  DOS  manual)  or  you  may  have  specified  a
  337.                  directory that does not exist.
  338.  
  339.  
  340.  
  341.  
  342.  
  343.           3
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.             Not a PCD or PCQ file
  351.  
  352.                  The input  file's  format  is  not  recognized.  The  file
  353.                  specified as the infile is not a PCD or PCQ file.
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.                                                                           4
  407.