home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / PC / DOCCHOP / README.TXT < prev   
Encoding:
Text File  |  1996-11-05  |  1.1 KB  |  42 lines

  1. DocChop Version 0.1 beta
  2.  
  3. DETAILS:
  4.  
  5. DocChop is a simple program that will cut a large text file into smaller
  6. pieces (you get to pick the size of the files), then it will write a batch
  7. file (callled runme.bat) that you can use to convert the smaller text 
  8. files to .prc files using Pat Beirne's Makedoc.exe you might have to 
  9. rename the current beta version of MakeDoc
  10.  
  11.  
  12. USAGE:
  13. DocChop [name of large text file] [size of chopped files] [prefix of chopped
  14.         files] [name of docs to appear inside DOC]
  15. Then run runme.bat to convert the smaller text files to .prc files.
  16.  
  17.  
  18. EXAMPLE:
  19. Let's say you have a text file called: bigbook.txt (150K) then you could run:
  20.  
  21. DocChop.exe bigbook.txt 50 bbook- TheBigBook-
  22. This would produce:
  23.  
  24. bbook-1.txt (50K)
  25. bbook-2.txt (50K)
  26. bbook-3.txt (50K)
  27. runme.bat (1K)
  28.  
  29. and the batch file rume.bat would look like this:
  30.  
  31. ---cut---
  32. REM This file was created by docCHOP
  33. makedoc bbook-1.txt bbook-1.prc TheBigBook-1
  34. makedoc bbook-2.txt bbook-2.prc TheBigBook-2
  35. makedoc bbook-3.txt bbook-3.prc TheBigBook-3
  36. ---cut---
  37.  
  38. DocChop is Freeware, Beta, and may have lots of bugs.
  39. Adam Deaves
  40. pilot@inforamp.net
  41.  
  42.