home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / T2-WREP.ZIP / W.CFG < prev    next >
Text File  |  1995-05-28  |  4KB  |  88 lines

  1. @X08
  2. @X04
  3.   @X0F#  OPTIONS
  4. @X0F CURENT STATS
  5. @X0F CHANGES
  6. @X07 NO CHANGE
  7.  @X0F CHANGED
  8. @X0F  CHOICE #
  9. @X0F [@X071@X0F] Password Change
  10. @X0F [@X072@X0F] City/State/Location/Group
  11. @X0F [@X073@X0F] Clear Screen Between Messages
  12. @X0F [@X074@X0F] Scroll Multi-Screen Message
  13. @X0F [@X075@X0F] Full Screen Editor
  14. @X0F [@X076@X0F] Set Edit Workspace to 79 Col.
  15. @X0F [@X077@X0F] Set Page Length in Rows
  16. @X0F [@X078@X0F] Expert Mode
  17. @X0FEnter Your Choice # (Q to Quit) :
  18. @X0FEnter Your Desired Password :
  19. @X0FEnter the Group or Whatever:
  20. @X0FWhat's it Gonna be
  21. @X0FWhat's it Gonna be
  22. @X0FWhat's it Gonna be
  23. @X0FWhat's it Gonna be
  24. @X0B@X0FEnter a Desired Page Length
  25. @X0FWhat's it Gonna be
  26. @X0B1@X0F Min 6 and Max 12 Characters
  27. @X0B2 @X0FAny Text up to 24 Characters
  28. @X0B3 @X0F'Y'= Yes & 'N'= No
  29. @X0B4 @X0F'Y'= Yes & 'N'= No
  30. @X0B5 @X0F'Y'= Yes, 'N'= No & 'A'= Ask
  31. @X0B6 @X0F'Y'= Yes & 'N' = No
  32. @X0B7 @X0FRecomended 23 Rows !!
  33. @X0B8 @X0F'O'= On & 'F'= Off
  34.  
  35.  
  36.  
  37. ' 'W' Replacement by Cyber v1.0
  38. '
  39. 'LINE 1: Color of the frame
  40. 'LINE 2: Color of the curent stats
  41. 'LINE 3: (Ex: # OPTIONS)
  42. 'LINE 4: (Ex: CURENT STATS)
  43. 'LINE 5: (Ex: CHANGES)
  44. 'LINE 6: if item is NOT changed this line is printed (Ex: NO CHANGE)
  45. 'LINE 7: if item is changed this line is printed (Ex: CHANGED)
  46. 'LINE 8: (Ex: CHOICE #)
  47. 'LINE 9: This is located under OPTIONS (Ex: [1] Password Change)
  48. 'LINE 10: This is located under OPTIONS (Ex: [2] City/State/Location/Group)
  49. 'LINE 11: This is located under OPTIONS (Ex: [3] Clear Screen Between Messages)
  50. 'LINE 12: This is located under OPTIONS (Ex: [4] Scroll Multi-Screen Message)
  51. 'LINE 13: This is located under OPTIONS (Ex: [5] Full Screen Editor)
  52. 'LINE 14: This is located under OPTIONS (Ex: [6] Set Edit Workspace to 79 Col.)
  53. 'LINE 15: This is located under OPTIONS (Ex: [7] Set Page Length in Rows)
  54. 'LINE 16: This is located under OPTIONS (Ex: [8] Expert Mode)
  55. 'LINE 17: This is an input command line (Ex: Enter Your Choice # (Q to Quit) :)
  56. 'LINE 18: This is an input command line for Password Change.
  57.           (Ex: Enter Your Desired Password :)
  58. 'LINE 19: This is an input command line for City/State/Location/Group.
  59.           (Ex: Enter the Group or Whatever:)
  60. 'LINE 20: This is an input command line for Clear Screen Between Messages.
  61.           (Ex: What's it Gonna be)
  62. 'LINE 21: This is an input command line for Scroll Multi-Screen Message.
  63.           (Ex: What's it Gonna be)
  64. 'LINE 22: This is an input command line for Full Screen Editor.
  65.           (Ex: What's it Gonna be)
  66. 'LINE 23: This is an input command line for Set Edit Workspace to 79 Col.
  67.           (Ex: What's it Gonna be)
  68. 'LINE 24: This is an input command line for Set Page Length in Rows.
  69.           (Ex: @X0B@X0FEnter a Desired Page Length)
  70. 'LINE 25: This is an input command line for Expert Mode.
  71.           (Ex: What's it Gonna be)
  72. 'LINE 26: This apears in the choice # line acording to the choice #.
  73.           (Ex: 1 Min 6 and Max 12 Characters)
  74. 'LINE 27: This apears in the choice # line acording to the choice #.
  75.           (Ex: 2 Any Text up to 24 Characters)
  76. 'LINE 28: This apears in the choice # line acording to the choice #.
  77.           (Ex: 3 'Y'= Yes & 'N'= No)
  78. 'LINE 29: This apears in the choice # line acording to the choice #.
  79.           (Ex: 4 'Y'= Yes & 'N'= No)
  80. 'LINE 30: This apears in the choice # line acording to the choice #.
  81.           (Ex: 5 'Y'= Yes, 'N'= No & 'A'= Ask)
  82. 'LINE 31: This apears in the choice # line acording to the choice #.
  83.           (Ex: 6 'Y'= Yes & 'N' = No)
  84. 'LINE 32: This apears in the choice # line acording to the choice #.
  85.           (Ex: 7 Recomended 23 Rows !!)
  86. 'LINE 33: This apears in the choice # line acording to the choice #.
  87.           (Ex: 8 'O'= On & 'F'= Off)
  88.