home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / mpik.zip / CONVERT.MP next >
Text File  |  1993-02-26  |  763b  |  30 lines

  1. ! convert.mp - convert any format file to any format file
  2. !
  3. ! Usage:
  4. !
  5. !   mpik'r @convert <fmt-1> <file-1> <s1> <fmt-2> <file-2> <s2> <s3>
  6. !
  7. ! Example 1: To convert a CSV file to an 80 character/record FXL file:
  8. !
  9. !   mpik'r @convert csv dbase.csv , fxl dbase.fxl 80 0
  10. !
  11. ! Example 2: To convert a 132 character/record FXL file to a DIF file:
  12. !
  13. !   mpik'r @convert fxl data.fxl 132 dif data.dif 0 0
  14. !
  15. ! Example 3: To convert a WKS file to a dBASE III file:
  16. !
  17. !   mpik'r @convert wks realty.wks 0 dbf realty.dbf 3 C
  18. In
  19.   ^1    ^2 0 ^3
  20.   Esc
  21. Pst    _left _top _right _bottom R
  22.  
  23. Cwidth    0 13 0            ! set all column widths to widest cell...
  24. Cwidth    0 13 1 R        ! then increment them by one
  25. Out
  26.   ^4    _left _top _right _bottom ^5 ^6 ^7
  27.   Esc
  28. Beep
  29. Xit
  30.