home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 18 / 18.iso / w / w252 / 4.ddi / MACROS.CMZ / DOS.SMM < prev    next >
Encoding:
INI File  |  1991-08-19  |  742 b   |  84 lines

  1. [ver]
  2.     4
  3. [sty]
  4.     ~macro.sty
  5. [files]
  6. [charset]
  7.     82
  8.     ANSI (Windows, IBM CP 1252)
  9. [revisions]
  10.     0
  11. [prn]
  12.     PostScript Printer
  13. [lang]
  14.     1
  15. [desc]
  16.     Quick exit to DOS. Type exit to return.   Icon provided.
  17.     
  18.     
  19.     
  20.     
  21.     682670237
  22.     4
  23.     681501772
  24.     3
  25.     1
  26.     0
  27.     0
  28.     0
  29.     0
  30.     
  31.     
  32.     
  33.     
  34.     
  35.     
  36.     0
  37. [fopts]
  38.     0
  39.     1
  40.     0
  41.     0
  42. [lnopts]
  43.     2
  44.     Body Text
  45.     1
  46. [docopts]
  47.     5
  48.     2
  49. [l1]
  50.     0
  51. [edoc]
  52. Macro by <+!>Charlie Pappas<-!>
  53.  
  54.  
  55. function dos()
  56.  
  57. if decide("Exit to DOS?  Type Exit to return.")
  58.  
  59.     exec(dosgetenv$("comspec"), "")
  60.  
  61. endif
  62.  
  63. end function
  64.  
  65. >
  66.  
  67. [Embedded]
  68. 00000560
  69. >
  70. [macsum] 1
  71. dos 0 0 1 2
  72. [macse]
  73. 14 dos
  74. 0 2 "Exit to DOS?  Type Exit to return."
  75. 13
  76. 11 00000101
  77. 0 774 "comspec"
  78. 13
  79. 0 22 [X] ""
  80. 6 0
  81. 15
  82. 9
  83. 00000585
  84.