home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / textutil / jgpsuite / Docs / JGMiscdoc < prev    next >
Encoding:
Text File  |  1991-04-09  |  1.9 KB  |  69 lines

  1. .// Source of Doc_Misc
  2. .sp 0                   Comment out if Pages wanted; default 66 lines (.sp 66)
  3. .ft
  4. /
  5.  
  6. .col
  7. |Page \p
  8.  
  9. /
  10.  
  11. .hd
  12. :
  13.  
  14. .if \o
  15. .col
  16. Manual|Tue,03 July, 1990|Misc
  17. .else
  18. .col
  19. Misc|Tue,03 July, 1990|Manual
  20. .fi
  21.  
  22. :
  23.  
  24. .col
  25. |JGPrepare
  26.  
  27. If you double click on JGPrepare, the directory in which it is becomes the
  28. default directory. Therefore, any files from that directory needed in the
  29. commandline can be specified by the name shown without a long preceeding
  30. pathname. I keep JGPrepare in most of my directories. dd in JGEd is now a better
  31. way to effect this.
  32.  
  33. .col
  34. |JGQuery
  35.  
  36. From the desktop, JGQuery <string> types "<string>?(Y or Mouse-select) :" If you
  37. answer Y/y/mouse-select it sets the system variable "query$var" to 0, otherwise
  38. to 1. The intention is that query$var can then be used to route your way through
  39. an Script.
  40.  
  41. .col
  42. |JGFtop
  43.  
  44. I have found that the arc's printer buffer gets cleared on return to the
  45. desktop. Therefore JGFtop <file> copies file to the printer and waits until the
  46. printer buffer is empty before returning. I keep it in my library.
  47.  
  48. .col
  49. |JGArcsel
  50.  
  51. JGArcsel prompts "to archive :". If you reply 'foo' it sets arc$hive to foo,
  52. which can then be used to choose what archive to use. Again, this is useful in
  53. scripts. I keep it in my library.
  54.  
  55. .col
  56. |JGBusel
  57.  
  58. JGBusel prompts for where to backup to, suggesting the disk in drive 0. You can
  59. alter its suggestion using delete and the keyboard. It puts your selection in
  60. back$up. The automatic backup facility of JGEd now provides a more convenient
  61. facility.
  62.  
  63. .col
  64. |JGExist
  65.  
  66. JGExisist takes as argument a file specification. If a file satisfying that
  67. specification exists, the system variable <xist$var> is set to 1; if it does not
  68. exist, the system variable is set to 0. This is now the only utility that is
  69. needed by the Jolly Good Programs. (To run from the Commandline.)