home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / other / dbate002.lzh / IRIS.MSG < prev    next >
Text File  |  1990-05-20  |  8KB  |  353 lines

  1. !---------------------
  2. :IRIS | PRISM MESSAGES  version 1.27
  3. !---------------------
  4. ! -- online help for menu system --
  5. :Books
  6. Select a new book to read. To select a new drive\directory, choose Utilities, File·Path.
  7. :Contents
  8. Flip to an author-defined table of contents.
  9. :Notes
  10. Pop up the built-in notetaker. Notes creates or revises a file with your book name and a .NTS extention. Use [Alt-Z] (Zoom) to move or size the note window.
  11. :Keys
  12. [Back Space] or [PgUp] for prior screen. [Enter] or [PgDn] for next screen. [Esc] or [F10] to show or exit menu. [Ins] to move menu. Use [Arrows] and [Enter] to hilite and select items.
  13. :Help
  14. The Help text is kept in a file named Iris.MSG. This file must be available to display Help. Some books may also offer help for their own menu items, but this is optional.
  15. :Index
  16. Flip to an author-defined index.
  17. :Recall
  18. Recall the place you last saved. (See Save).
  19. :Save
  20. Save your place in this book for later Recall.
  21. :Topics
  22. Flip to another topic. The menu lists all available topics in alphabetical order.
  23. :Utilities
  24. Select to change colors, run dos commands, et cetera.
  25. :View·List
  26. Flip back to a recently viewed topic. Use [BackSpace] to backup by a single screen or topic.
  27. :X·Exit
  28. Quit application and return to dos.
  29. :Screen
  30. Backup by a single screen.
  31. :Topic
  32. Backup by a full topic.
  33. :View
  34. Display the View·List.
  35. :Borders
  36. Select a default border for text, when a book does not specify one.
  37. :Colors
  38. Select a default color for text, when a book does not specify one.
  39. :Dos
  40. Drop to dos (for some house keeping).
  41. :File·Path
  42. List the drives and directories where Iris should look for your books. Format is identical to the dos PATH command.
  43. :Keep·Defaults
  44. Save your selections for later use (colors,borders,file path) to an Iris.CFG file.
  45. :Rate
  46. Select a default Rate for timed pauses.
  47. :Sound
  48. Enable or disable use of the speaker.
  49. :Update
  50. Enable or disable speech compatibility. Leave off if you are not using a synthesizer.
  51. ! -- prism only section --
  52. :AutoPlay■
  53. Program will select items by random until [Escape] is pressed.
  54. :Edit■
  55. Run a text editor. To use the internal notetaker, enter .NOTES as the editor name. The notetaker can only edit plain ascii files, 60K or smaller.
  56. :Inventory■
  57. Show the topic and variable count. The maximum is 400 per book.
  58. :Labels■
  59. Flip to any topic (even when Contents is off).
  60. :Trace■
  61. Step-thru commands and watch variables change.
  62. :Variables■
  63. List variables and their current values.
  64. :X·Command■
  65. Type in and execute any book command.
  66. ! program variables
  67. :Book
  68. Name of the current book file.
  69. :BookLn#
  70. Current line of book file.
  71. :ExitCode#
  72. Dos exit code from an .exec[] program.
  73. :FromTopic
  74. The topic displayed before this one.
  75. :Key
  76. First letter of the menu item to default. Use Key=# to generate a random item. Use Key=@ to hilite last item selected.
  77. :MaxCol#
  78. Maximum column used by this monitor. Usually 80.
  79. :MaxRow#
  80. Maximum row used by this monitor.    Usually 25.
  81. :Random#
  82. Arbitrary number generated between topics. See RandomBase#.
  83. :RandomBase#
  84. Highest range for Random#. RandomBase#=100 returns a Random# between 1 and 100.
  85. :Test
  86. Outcome of last comparison.
  87. :Topic
  88. Current (or next) topic name.
  89. :Topic#
  90. Total number of topics displayed to this reader so far.
  91. :TopicFrom
  92. The topic shown before this topic.
  93. :TopicPath#
  94. Topic# when current topic first displayed.
  95. :TopicReps#
  96. Number of times this topic was displayed.
  97. :TopicZero
  98. First physical topic name in the book.
  99. :Version
  100. Release number of program. 12 = 1.2x.
  101. ! -- error message section --
  102. :*
  103. A program file could not be found.
  104. :#
  105. A number was expected.
  106. :$
  107. Keyword expected. It might be misspelled or not supported by this version of the program.
  108. :!
  109. There is a problem with the user menu. Either there are no items or one is blank.
  110. :@
  111. The book you selected was created under another version of the program. If difficulties occur, this may be the cause.
  112. :^
  113. A ^Lookup variable was expected.
  114. :b
  115. The requested book is not in the current drive\directory. You can switch disks if appropriate.
  116. :d
  117. The variable name is already in use. Use a different name or protect this command with the $V_Exist keyword.
  118. :e
  119. Commands expected. Command line is empty.
  120. :f
  121. "Label" expected. Each book must have at least one :Label.
  122. :g
  123. A requested file has not been found. You may change disks or alter the file path, if necessary.
  124. :i
  125. Identifier expected. Identifiers include names of Borders, Colors, and Windows.
  126. :m
  127. Sorry, but the maximum number of topics or variables is already in use.
  128. :o
  129. An operator symbol was expected.
  130. :p
  131. A topic name was expected here.
  132. :q
  133. A variable name was expected on the left-side of this calculation.
  134. :r
  135. A variable name was expected on the right-side of this calculation.
  136. :u
  137. User Break.
  138. :w
  139. A problem occurred when trying to write information to disk. Maybe its already full.
  140. :D
  141. There seems to be a problem with the disk drive.
  142. :P
  143. There are no virtual books ( *.PGE ) in the current drive\directory or the requested book is missing. You can switch disks, if appropriate.
  144. :R
  145. A problem occured while trying to read information from the disk.
  146. :W
  147. A problem occurred when trying to write information to disk. Maybe its already full.
  148. :X
  149. The index file ( *.MRK ) seems damaged. You might want to delete or rename it.
  150. :"
  151. a quote was expected ( " ).
  152. :'
  153. a quote was expected ( ' ).
  154. :`
  155. a quote was expected ( ` ).
  156. :]
  157. A close brace was expected.
  158. !------------------
  159. :MSDOS ERRORS (3.x)
  160. !------------------
  161. :1
  162. Invalid function number
  163. :2
  164. File not found
  165. :3
  166. Path not found
  167. :4
  168. Too many open files
  169. :5
  170. File access denied
  171. :6
  172. Invalid file handle
  173. :7
  174. Memory control blocks invalid
  175. :8
  176. Insufficient memory
  177. :9
  178. Invalid memory block address
  179. :10
  180. Invalid environment
  181. :11
  182. Invalid format
  183. :12
  184. Invalid file access code
  185. :13
  186. Invalid data
  187. :15
  188. Invalid drive specification
  189. :16
  190. Cannot remove current directory
  191. :17
  192. Cannot rename across drives
  193. :18
  194. No more files
  195. :19
  196. Disk write protected
  197. :20
  198. Unknown media
  199. :21
  200. Disk drive not ready
  201. :22
  202. Unknown command
  203. :23
  204. Disk data error (CRC)
  205. :24
  206. Bad request structure length
  207. :25
  208. Disk seek error
  209. :26
  210. Unknown disk media type
  211. :27
  212. Disk sector not found
  213. :28
  214. Printer out of paper
  215. :29
  216. Write error
  217. :30
  218. Read error
  219. :31
  220. General failure
  221. :32
  222. File sharing violation
  223. :33
  224. File locking violation
  225. :34
  226. Improper disk change
  227. :35
  228. No file control block (FCB) available
  229. :36
  230. Sharing buffer overflow
  231. :50
  232. Network request not supported
  233. :51
  234. Remote computer not listening
  235. :52
  236. Duplicate identifier on network
  237. :53
  238. Network name not found
  239. :54
  240. Network busy
  241. :55
  242. Network device does not exit
  243. :56
  244. Net BIOS command limit exceeded
  245. :57
  246. Network adapter hardware error
  247. :58
  248. Incorrect response from network
  249. :59
  250. Unexpected network error
  251. :60
  252. Incompatible remote adapter
  253. :61
  254. Print queue full
  255. :62
  256. Insufficient space for print file
  257. :63
  258. Print file deleted
  259. :64
  260. Network name deleted
  261. :65
  262. Access denied
  263. :66
  264. Network device type incorrect
  265. :67
  266. Network name not found
  267. :68
  268. Network name limit exceeded
  269. :70
  270. Temporarily paused
  271. :71
  272. Network request not accepted
  273. :72
  274. Redirection paused
  275. :80
  276. File already exists
  277. :82
  278. Cannot make directory entry
  279. :83
  280. Critical-error interrupt failure
  281. :84
  282. Too many redirections
  283. :85
  284. Duplicate redirection
  285. :86
  286. Invalid password
  287. :87
  288. Invalid parameter
  289. :88
  290. Network device fault
  291. :100
  292. Disk read error
  293. :101
  294. Disk write error
  295. :102
  296. File not assigned
  297. :103
  298. File not open
  299. :104
  300. File not open for input
  301. :105
  302. File not open for output
  303. :106
  304. Invalid numeric format
  305. :150
  306. Disk is write-protected
  307. :151
  308. Unknown unit
  309. :152
  310. Drive not ready
  311. :153
  312. Unknown command
  313. :154
  314. CRC error in data
  315. :155
  316. Bad drive request structure length
  317. :156
  318. Disk seek error
  319. :157
  320. Unknown media type
  321. :158
  322. Sector not found
  323. :159
  324. Printer out of paper
  325. :160
  326. Device write fault
  327. :161
  328. Device read fault
  329. :162
  330. Hardware failure
  331. !-------------------------
  332. :TURBO PASCAL ERRORS (4.x)
  333. !-------------------------
  334. :200
  335. TP4: Division by zero
  336. :201
  337. TP4: Range check error
  338. :202
  339. TP4: Stack overflow error
  340. :203
  341. TP4: Heap overflow error
  342. :204
  343. TP4: Invalid pointer operation
  344. :205
  345. TP4: Floating point overflow
  346. :206
  347. TP4: Floating point underflow
  348. :207
  349. TP4: Invalid floating point operation
  350. :255
  351. User break
  352. 
  353.