home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / dbase / pdxdoc.zip / PDXDOC.SC < prev    next >
Text File  |  1993-03-05  |  1KB  |  43 lines

  1. ; ////////////////////////////////////////////////////////////////////////
  2. ; ////////////////////////////////////////////////////////////////////////
  3. ; ///           Paradox Documentation Utility
  4. ; ////////////////////////////////////////////////////////////////////////
  5. ; ///           Version 1.00  -  March 1993
  6. ; ////////////////////////////////////////////////////////////////////////
  7. ; ///           Steve M. England
  8. ; ///           3113 Greenhill Drive NW
  9. ; ///           Huntsville, Alabama  35810
  10. ; ////////////////////////////////////////////////////////////////////////
  11. ; ////////////////////////////////////////////////////////////////////////
  12.  
  13. ; ///////////////////////////////////////////////
  14. ; /// Set Environment/Execute Software
  15. ; ///////////////////////////////////////////////
  16.  
  17. Release Procs All
  18. Release Vars All
  19. AltSpace {Desktop} {Empty}
  20. Echo Normal
  21. Echo Off
  22. Clear
  23.  
  24. ColTbl.v             = SDir() + "coldesc"
  25. TabTbl.v             = SDir() + "tabdesc"
  26. Temp1.v              = SDir() + "temp1"
  27. TableDir.a           = SDir()
  28. ProgramDirectory.a   = SDir()
  29. TABLEDOC             = SDir() + "PDXDOCLB"
  30. AutoLib              = TABLEDOC
  31. Message ""
  32. Prompt ""
  33. SHOWPULLDOWN
  34. ENDMENU
  35.  
  36. StartIt()
  37.  
  38. CLEARPULLDOWN
  39. ClearAll
  40. SetDir(ProgramDirectory.a)
  41. Release Vars All
  42. Release Procs All
  43.