home *** CD-ROM | disk | FTP | other *** search
/ Index to United Nations …Publications 1990 to 1996 / 200558.iso / nbax_bat.dsc < prev    next >
Encoding:
Text File  |  1994-10-25  |  7.7 KB  |  224 lines

  1.  Lines which do not start on the left margin or start with characters other
  2.  than @ or ^ are disregarded
  3.  
  4.  All strings are case-insensitive
  5.  
  6.  The following are special characters (tokens) and may only be used as such:
  7.    ^ (paired)  @ (paired)  " (paired)  = (single)
  8.  
  9.  Any data or whitespace appearing outside token pairs is disregarded,
  10.    except within @file?@ and @fileP@ commands where the filename is whatever
  11.    data exist between the end of the label (second @) and the string
  12.    identifier (=), after removal of leading and trailing whitespace
  13.  
  14.  Searches through identifiers are performed opposite their line order
  15.    in this file, i.e. all @fileP@ entries for a given file should appear
  16.    _after_ @file?@ entries for the same file.
  17.    Similarly, the _last_ @find@ entry in this file will be the first one
  18.    checked, etc...
  19.  
  20.  ^alias^ = "string"
  21.    Aliases may be assigned and used anywhere, but must be defined
  22.    before they are used. They are provided primarily to guard against
  23.    typos where data must be entered in more than one place, such
  24.    as file names.
  25.  
  26.  ^boot^ = "boot_drive:\"
  27.    This is a predefined alias
  28.  
  29.  @fileP@[d:][\path\]filename.ext="string1"[,"string2"][...]
  30.    If this specified file is found containing all listed strings
  31.    it is considered a positive match
  32.  
  33.  @file?@[d:][\path\]filename.ext="string1"[,"string2"][...]
  34.    If this specified file is found containing all listed strings
  35.    it is considered a questionable match
  36.  
  37.  @find@"[d:][\path\]file1.ext"[,"file2"][...]
  38.    If the first file is referenced in the autoexec file and:
  39.     If all files listed in this group are found and all matches are
  40.     positive the line in the autoexec file is changed without confirmation.
  41.     If all files are found but at least one is a questionable match the
  42.     user is prompted for confirmation of the change.
  43.  
  44. ^ajc^        = "ajc.bat"
  45. ^ams^        = "ams.bat"
  46. ^azrep^      = "azrep.bat"
  47. ^biodig^     = "biodig.bat"
  48. ^biz^        = "biz.bat"
  49. ^bizplus^    = "bizplus.bat"
  50. ^blsun^      = "blsun.bat"
  51. ^bpp^        = "bpp.bat"
  52. ^cdnbank^    = "cdnbank.bat"
  53. ^ceq^        = "ceq.bat"
  54. ^cldch^      = "cldch.bat"
  55. ^csm^        = "csm.bat"
  56. ^ctrib^      = "ctrib.bat"
  57. ^dalmorn^    = "dalmorn.bat"
  58. ^dmr^        = "dmr.bat"
  59. ^dnpst^      = "dnpst.bat"
  60. ^dtn^        = "dtn.bat"
  61. ^fbis^       = "fbis.bat"
  62. ^globe^      = "globe.bat"
  63. ^hrc^        = "hrc.bat"
  64. ^hsc^        = "hsc.bat"
  65. ^lat^        = "lat.bat"
  66. ^lcj^        = "lcj.bat"
  67. ^lsa^        = "lsa.bat"
  68. ^nbei^       = "nbei.bat"
  69. ^nbplus^     = "nbplus.bat"
  70. ^nee^        = "nee.bat"
  71. ^newsbank^   = "newsbank.bat"
  72. ^nwd^        = "nwd.bat"
  73. ^ocr^        = "ocr.bat"
  74. ^orl^        = "orl.bat"
  75. ^pbp^        = "pbp.bat"
  76. ^per^        = "per.bat"
  77. ^pgp^        = "pgp.bat"
  78. ^portorg^    = "portorg.bat"
  79. ^rlo^        = "rlo.bat"
  80. ^sacb^       = "sacb.bat"
  81. ^sdu^        = "sdu.bat"
  82. ^sfc^        = "sfc.bat"
  83. ^sld^        = "sld.bat"
  84. ^sptimes^    = "sptimes.bat"
  85. ^stm^        = "stm.bat"
  86. ^stt^        = "stt.bat"
  87. ^sunsent^    = "sunsent.bat"
  88. ^tex^        = "tex.bat"
  89. ^ttr^        = "ttr.bat"
  90. ^un^         = "un.bat"
  91. ^un90^       = "un90.bat"
  92. ^wsp^        = "wsp.bat"
  93. ^wsti^       = "wsti.bat"
  94. ^bizplus1^   = "bizplus1.bat"
  95. ^fwt^        = "fwt.bat"
  96. ^ust^        = "ust.bat"
  97. ^gnr^        = "gnr.bat"
  98. ^menu1^       = "c:\menu.bat"
  99. ^menu1cfg^    = "c:\menu.cfg"
  100. ^menu1exe^    = "c:\menu1.exe"
  101. ^menu2^       = "d:\menu.bat"
  102. ^menu2cfg^    = "d:\menu.cfg"
  103. ^menu2exe^    = "d:\menu1.exe"
  104.  
  105.  
  106. @file?@^ajc^            = "VIDEO",":mono",":done","COMMAND"
  107. @file?@^ams^            = "VIDEO",":mono",":done","COMMAND"
  108. @file?@^azrep^          = "VIDEO",":mono",":done","COMMAND"
  109. @file?@^biodig^         = "VIDEO",":mono",":done","COMMAND"
  110. @file?@^biz^            = "VIDEO",":mono",":done","COMMAND"
  111. @file?@^bizplus^        = "VIDEO",":mono",":done","COMMAND"
  112. @file?@^blsun^          = "VIDEO",":mono",":done","COMMAND"
  113. @file?@^bpp^            = "VIDEO",":mono",":done","COMMAND"
  114. @file?@^cdnbank^        = "VIDEO",":mono",":done","COMMAND"
  115. @file?@^ceq^            = "VIDEO",":mono",":done","COMMAND"
  116. @file?@^cldch^          = "VIDEO",":mono",":done","COMMAND"
  117. @file?@^csm^            = "VIDEO",":mono",":done","COMMAND"
  118. @file?@^ctrib^          = "VIDEO",":mono",":done","COMMAND"
  119. @file?@^dalmorn^        = "VIDEO",":mono",":done","COMMAND"
  120. @file?@^dmr^            = "VIDEO",":mono",":done","COMMAND"
  121. @file?@^dnpst^          = "VIDEO",":mono",":done","COMMAND"
  122. @file?@^dtn^            = "VIDEO",":mono",":done","COMMAND"
  123. @file?@^globe^          = "VIDEO",":mono",":done","COMMAND"
  124. @file?@^hrc^            = "VIDEO",":mono",":done","COMMAND"
  125. @file?@^hsc^            = "VIDEO",":mono",":done","COMMAND"
  126. @file?@^lat^            = "VIDEO",":mono",":done","COMMAND"
  127. @file?@^lcj^            = "VIDEO",":mono",":done","COMMAND"
  128. @file?@^lsa^            = "VIDEO",":mono",":done","COMMAND"
  129. @file?@^nbei^           = "VIDEO",":mono",":done","COMMAND"
  130. @file?@^nbplus^         = "VIDEO",":mono",":done","COMMAND"
  131. @file?@^nee^            = "VIDEO",":mono",":done","COMMAND"
  132. @file?@^newsbank^       = "VIDEO",":mono",":done","COMMAND"
  133. @file?@^nwd^            = "VIDEO",":mono",":done","COMMAND"
  134. @file?@^ocr^            = "VIDEO",":mono",":done","COMMAND"
  135. @file?@^orl^            = "VIDEO",":mono",":done","COMMAND"
  136. @file?@^pbp^            = "VIDEO",":mono",":done","COMMAND"
  137. @file?@^per^            = "VIDEO",":mono",":done","COMMAND"
  138. @file?@^pgp^            = "VIDEO",":mono",":done","COMMAND"
  139. @file?@^portorg^        = "VIDEO",":mono",":done","COMMAND"
  140. @file?@^rlo^            = "VIDEO",":mono",":done","COMMAND"
  141. @file?@^sacb^           = "VIDEO",":mono",":done","COMMAND"
  142. @file?@^sdu^            = "VIDEO",":mono",":done","COMMAND"
  143. @file?@^sfc^            = "VIDEO",":mono",":done","COMMAND"
  144. @file?@^sld^            = "VIDEO",":mono",":done","COMMAND"
  145. @file?@^sptimes^        = "VIDEO",":mono",":done","COMMAND"
  146. @file?@^stm^            = "VIDEO",":mono",":done","COMMAND"
  147. @file?@^stt^            = "VIDEO",":mono",":done","COMMAND"
  148. @file?@^sunsent^        = "VIDEO",":mono",":done","COMMAND"
  149. @file?@^tex^            = "VIDEO",":mono",":done","COMMAND"
  150. @file?@^ttr^            = "VIDEO",":mono",":done","COMMAND"
  151. @file?@^un^             = "VIDEO",":mono",":done","COMMAND"
  152. @file?@^un90^           = "VIDEO",":mono",":done","COMMAND"
  153. @file?@^wsp^            = "VIDEO",":mono",":done","COMMAND"
  154. @file?@^wsti^           = "VIDEO",":mono",":done","COMMAND"
  155. @file?@^fbis90^         = "VIDEO",":mono",":done","COMMAND"
  156. @file?@^bizplus1^       = "VIDEO",":mono",":done","COMMAND"
  157. @file?@^fwt^            = "VIDEO",":mono",":done","COMMAND"
  158. @file?@^ust^            = "VIDEO",":mono",":done","COMMAND"
  159. @file?@^gnr^            = "VIDEO",":mono",":done","COMMAND"
  160. @file?@^menu1^           = "menu1"
  161. @file?@^menu1cfg^
  162. @file?@^menu1exe^
  163. @file?@^menu2^           = "menu1"
  164. @file?@^menu2cfg^
  165. @file?@^menu2exe^
  166.  
  167.  
  168. @find@"^ajc^"
  169. @find@"^ams^"
  170. @find@"^azrep^"
  171. @find@"^biodig^"
  172. @find@"^biz^"
  173. @find@"^bizplus^"
  174. @find@"^blsun^"
  175. @find@"^bpp^"
  176. @find@"^cdnbank^"
  177. @find@"^ceq^"
  178. @find@"^cldch^"
  179. @find@"^csm^"
  180. @find@"^ctrib^"
  181. @find@"^dalmorn^"
  182. @find@"^dmr^"
  183. @find@"^dnpst^"
  184. @find@"^dtn^"
  185. @find@"^globe^"
  186. @find@"^hrc^"
  187. @find@"^hsc^"
  188. @find@"^lat^"
  189. @find@"^lcj^"
  190. @find@"^lsa^"
  191. @find@"^nbei^"
  192. @find@"^nbplus^"
  193. @find@"^nee^"
  194. @find@"^newsbank^"
  195. @find@"^nwd^"
  196. @find@"^ocr^"
  197. @find@"^orl^"
  198. @find@"^pbp^"
  199. @find@"^per^"
  200. @find@"^pgp^"
  201. @find@"^portorg^"
  202. @find@"^rlo^"
  203. @find@"^sacb^"
  204. @find@"^sdu^"
  205. @find@"^sfc^"
  206. @find@"^sld^"
  207. @find@"^sptimes^"
  208. @find@"^stm^"
  209. @find@"^stt^"
  210. @find@"^sunsent^"
  211. @find@"^tex^"
  212. @find@"^ttr^"
  213. @find@"^un^"
  214. @find@"^un90^"
  215. @find@"^wsp^"
  216. @find@"^wsti^"
  217. @find@"^fbis90^"
  218. @find@"^bizplus1^"
  219. @find@"^fwt^"
  220. @find@"^ust^"
  221. @find@"^gnr^"
  222. @find@"^menu2^","^menu2cfg^","^menu2exe^"
  223. @find@"^menu1^","^menu1cfg^","^menu1exe^"
  224.