home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK3 / DFUE_31 / AIR202.ZIP / AIRTEST.DAT < prev    next >
Text File  |  1993-11-17  |  3KB  |  82 lines

  1. ; AIRTEST.DAT
  2. ; Sample config file for running AIR with commands in a file
  3. ; Comments are best placed at the begining of this file, but may be
  4. ; placed at the end also.... after the EndOfFile marker.
  5. ; See END OF FILE MARKER below!
  6. ;
  7. ; Comment lines begin with a semi-colon.
  8. ; Commands must be in the proper order, and must begin in column one.
  9. ;
  10. ; The Command File is used by entering AIR @file
  11. ; where file is the name of the command file.
  12. ; The command file must be in the current directory, or else give a
  13. ; FULL path name.
  14. ;
  15. ; Using a Command File, or Command line use, allows you to run AIR in
  16. ; a daily/nightly event.
  17. ;
  18. ; END OF FILE MARKER
  19. ;
  20. ; You can have more than one screen in this file, simply list them all
  21. ; one after the other.
  22. ;
  23. ; The number sign (#) is used as a termination signal, one MUST be placed
  24. ; on the LAST line of this file, but you can also use it to stop processing
  25. ; before the end of the file. Say you have 6 sets of info for AIR, but you
  26. ; only want to process 4, insert the # at the beginning of the Screen File
  27. ; Name.
  28. ; The # must be in column ONE or it will be treated as literal text,
  29. ; which will most likely end up generating an error, unless its used in the
  30. ; Sysop line message text.
  31. ;
  32. ;   Command Order Format:
  33. ;
  34. ;<Screen File>  "the file you wish to display in the window"
  35. ; Screen File must be in the current directory. 12 character name MAX!
  36. ;
  37. ;<New Rip File>  Name of the new Rip File, 12 character name, and will be
  38. ; created in the current directory.
  39. ;
  40. ;<Sysop Message> Message to display to user, max of 60 characters.
  41. ;
  42. ;<Message Color> Color to display message in. Be sure you choose a
  43. ; proper color for the frame being used. And the color MUST be in the
  44. ; HEX format.
  45. ;
  46. ;<Template Number> Which window frame template to use. There is no checking,
  47. ; make sure you have a VALID template number!
  48. ;
  49. ; New switches for the Command File, placing an exclamation (!) mark in column
  50. ; one, tells AIR to write all future files "without" the code to reset
  51. ; the Text Window. This is the same as using TEST on the command line.
  52. ;
  53. ; Placing a question (?) mark in column one, turns the window reset code
  54. ; back on.
  55. ;
  56. ; Actual Example.....
  57. ;
  58. !
  59. airtest.ans
  60. dattest.rip
  61. Displayed only ONCE, unless its Updated... Read It!
  62. 01
  63. 8
  64. airtest.ans
  65. dattst2.rip
  66. Second entry in file...
  67. 00
  68. 9
  69. ?
  70. airtest.ans
  71. dattst3.rip
  72. If you run RemoteAccess, get The RaLin Ansi Text Editor!!
  73. 04
  74. 7
  75. #
  76. ; Remember, this (#) MUST BE ON LAST LINE OF DATA FILE, or errors will
  77. ; result...
  78. ;
  79. ; if you place a # just before the screen file name for the last file,
  80. ; dattest3.rip, it will not be processed, but considered as end of file,
  81. ; only dattest and dattest2.rip will be created.
  82.