home *** CD-ROM | disk | FTP | other *** search
/ Monster Disc 2: The Best of 1992 / MONSTER2.ISO / graphics / ansi2 / smile.ftr < prev    next >
Encoding:
Internet Message Format  |  1992-10-19  |  13.7 KB

  1. Date: 04 Jul 92  13:35:00       From: Michael Arnett
  2. To:   All                       Subj: SMILE FEATURES
  3.  
  4. The following text describes the major features of 
  5.   SMILE 2.5
  6.   SMILE Quick 2.0
  7.   SMILE Door 1.2
  8.   GT16ANS 1.0
  9.  
  10.  
  11. SMILE   Ver 2.5 ..Copyright (c) 1990,1992.. by: Michael Arnett
  12. --------------------------------------------------------------------
  13. SMILE Viewer is an ANSI display/library utility that allows the user
  14. to view files containing ANSI sequences, Music strings in BASIC
  15. "PLAY" format and Sounds using a custom SOUND code.
  16.  
  17. SMILE builds and maintains a list of user selectable screens in a
  18. file for each Directory selected.  Artist names and/or comments may
  19. be added to each File Name using SMILE's built-in Edit feature.
  20.  
  21. NO ANSI DRIVER is required to view ANSI screens as SMILE contains a
  22. built-in ANSI translator.  Keyboard reassignment codes are ignored.
  23.  
  24. Unlimited characters per line is now supported.
  25.  
  26. COMMAND LINE SWITCHES  [optional]
  27.  
  28. /LFile   - "File" is the name of the list file you want loaded.
  29. /A:DRIVE:\PATH\FILE.NAM  - complete path of your ANSI editor.
  30. /E:DRIVE:\PATH\FILE.NAM  - complete path of your TEXT editor.  
  31. /S       - disable "DOS SHELL" option.
  32. /U       - disable "UPDATE\REBUILD" options.
  33. /D       - disable "DELETE TAGGED" option.
  34. /R       - disable "DRV\DIR" change option.
  35. /I       - disable "EDIT INFO" option.
  36. /X       - disable "ANSI\TEXT" Editor options.
  37.  
  38. /K       - KID PROOF  (invokes ALL of the above DISABLE options)
  39.  
  40. FULL MOUSE SUPPORT
  41.  
  42. ENTER or DOUBLE CLICK LEFT MOUSE BUTTON to view file in ANSI mode.
  43. CTRL-ENTER or LEFT AND RIGHT MOUSE BUTTONS to view file in TEXT mode.
  44.  
  45. ALPHA or NUMERIC Key:  Begins search on the sorted field for a match
  46.      of the characters you enter. 
  47.  
  48. INS, SPACE BAR or RIGHT MOUSE BUTTON 
  49.      TAG or UNTAG the Highlighted file. Files are TAGGED with the
  50.      current Display Speed and Display Mode.
  51.  
  52. F1   Displays brief HELP screen for each COMMAND KEY.  The SMILE25.DOC
  53.      file will be displayed if there is sufficient memory and it is in
  54.      the directory with SMILE.EXE.
  55. F2   TAG or UNTAG every file that matches your selection, (ALL, VIEWED
  56.      NON-VIEWED or USER DEFINED) 
  57. F3   Displays each TAGGED file consecutively. (PROMPT or NON-STOP)
  58.      Adjust delay (1-99) between each screen or pause with NON-STOP.
  59. F4   Toggle Music ON or OFF.
  60. F5   Turns Edit Mode on and allows add/change of artist name and comment
  61. F6   Toggle between 25 line and 43/50 line (EGA/VGA) mode if available.
  62. F7   Select Display speed.  Selections simulated modem baud rates.
  63.        Speed selections include:  19,200, 9600, 2400, 1200, 300
  64. F8 - LIST OPTIONS
  65.      SAVE  the current List to the specified File Name.
  66.      LOAD  a List file name specified into memory.
  67.      UPDATE  the current List with new files that match the File Mask. 
  68.      REBUILD  removes the current List from memory, then rebuilds
  69.               using the currently selected File Mask.  
  70.      SORT  alphabetically on File Name or Comment field.
  71.      DELETE TAGGED  file names from the LIST, your Disk Drive or BOTH.
  72. F9 - Change FILE MASK, DRIVE or DIRECTORY. 
  73. F10  MISCELLANEOUS OPTIONS
  74.      ANSI Editor  The highlighted file name is passed to an editor.
  75.      TEXT Editor  The highlighted file name is passed to an editor.
  76.      DOS SHELL
  77.      ** NOTE **  any executible file (EXE/COM) may be run using the 
  78.                  EDITOR options above provided there is sufficient 
  79.                  memory.  SMILE is swapped to disk or EMS if, available,
  80.                  during these options.
  81.      FILE INFORMATION, for the highlighted file, is diplayed in a window.
  82.      SYSTEM MEMORY is displayed in a window.
  83.      SYSTEM TIME is displayed in a window
  84.      EXIT   or press ESC at the main screen to exit SMILE. 
  85.    
  86.  
  87. ALT-X   Fast Exit from SMILE.  No prompts are displayed.  
  88.         *** ANY CHANGES TO THE CURRENT LIST WILL BE LOST ***
  89.  
  90. SMILE will translate ASCII characters 96, 249 and 250 followed by "["
  91. to ESC (ASCII 27) and display the screen normally.  Combinations of the
  92. translated characters in a file is also suported.
  93.  
  94. MUSIC:  Syntax: ESC[MF T120 O2C8D8E8F8G8 (DEC 14)
  95.      
  96. Music strings in the BASIC Play format are supported.  Multiple strings
  97. per line may be entered.  Multiple lines may be entered between ESC[MF
  98. and CTRL-N (ASCII 14) delimiters.
  99.      
  100. The following are all valid for beginning a Music string in 
  101. SMILE: MF, MB, MN, ML, MS, M .  Although MB (Music Background)
  102. is valid, true backgroud music is NOT supported at this time.
  103.      
  104. Although ASCII 14 should be used to terminate music strings, SMILE will
  105. also look for End of File or ASCII 27, 96, 249 and 250.
  106.  
  107. SOUND: ( Thanks to Julie Ibarra, author of ANSIPLAY for this idea )
  108.      
  109. Syntax: ESC[MF Freq; Dura; Cycle1; Delay1; Vari; Cycle2; Delay2 (DEC14)
  110.      
  111.      FREQ     : Frequency of note to be played.  The affective 
  112.                 range of frequencies is 0 to 7904.  
  113.      DURATION : Time the note should be played.  
  114.      CYCLE1   : Number of times to repeat Frequency/Duration.
  115.      DELAY1   : Time delay between each cycle1.  
  116.      VARIATION: Frequency value is changed by this number for
  117.                 each CYCLE the note is played.  
  118.      CYCLE2   : Number of times to repeat first 5 parameters
  119.      DELAY2   : Time delay between each cycle2
  120.  
  121.      *NOTE - Cycle2 was added as an option in SMILE 2.5
  122. =====================================================================
  123.  
  124.  
  125.  
  126. SMILE Quick  Ver 2.0   Copyright (c) 1991.....Michael Arnett
  127. ----------------------------------------------------------------------     
  128.  
  129. SMILEQ20 contains the following files:
  130.  
  131. SMILEQ.EXE    -   SMILE Quick viewer.
  132. SMILEL.EXE    -   SMILE List viewer.
  133. SMILESS.EXE   -   SMILE Slide Show.
  134.  
  135. These ANSI display utilities allow the user to view files containing
  136. ANSI sequences, Music strings (in BASIC "PLAY" format), and Sounds
  137. (using a custom SOUND code).
  138.      
  139. NO ANSI DRIVER is required to view ANSI screens as all programs contain
  140. a built-in ANSI translator.  Keyboard reassignment codes are ignored.
  141.  
  142. The SMILE viewers support unlimited characters per line.  Multiple lines
  143. of MUSIC may be entered between ESC[ and CTRL-N.  There is no limit on
  144. actual file size.
  145.  
  146. ==================== 
  147. SMILE Quick  Ver 2.0   Copyright (c) 1992.....Michael Arnett 
  148. -------------------- 
  149. SMILEQ file1 [file2]... [/B][/C][/F][/M][/N#][/S#][/T#]
  150.  
  151. Enter SMILEQ at the DOS prompt to view a list of available parameters.
  152.      
  153. SMILEQ displays files specified on the command line using (optional)
  154. /switch features.  SMILEQ will default to an ANS extension if none is
  155. given.  Wild cards are supported in filespec designations.
  156.             
  157. See list of COMMAND LINE SWITCHES for definitions.
  158.  
  159. ===================
  160. SMILE List  Ver 1.0   Copyright (c) 1992.....Michael Arnett
  161. -------------------
  162. SMILEL  [/B][/C][/F][/M][/S#][/T#]
  163.  
  164. A scrolling pick list of *.ANS files is presented for display.
  165. Available memory determines the number of files that can be listed.  600
  166. files were listed, in a test, with about 580K of free memory.  Other
  167. options available from this list include:
  168.  
  169. Changing Drives, Directories and File mask.  Sorting list on Name,
  170. Extension, Size, etc.  Expand Directory window to show file information.
  171.  
  172. Scroll through the list using the Cursor Keys, PgUp, PgDN, Home, End
  173. kyes, or mouse.  Highlight the file you want to view and press ENTER or
  174. CLICK the Left Mouse button.  Press ESC or Right Mouse button to Exit.
  175.  
  176. See list of COMMAND LINE SWITCHES for definitions.
  177.  
  178. ==========================
  179. SMILE Slide Show   Ver 1.0   Copyright (c) 1992...Michael Arnett
  180. --------------------------
  181. SMIELSS  Filespec [/B][/C][/M][/N#][/S#][/T#]
  182.  
  183. SMILE Slide Show reads file names for display from "Filespec".
  184. Display of files will cycle until CANCLED.
  185.  
  186. Command line switches may be designated on the command line for GLOBAL,
  187. use or a unique set of options may be chosen for each file name
  188. specified.  For example:
  189.  
  190.      SMILESS List.dat             { All options set to default   }
  191.              {  Content of List.dat                              }
  192.              file1.ans  /C        { view in EGA/VAG mode         }
  193.              file2.ans            { default options reset        }
  194.              file3.ans  /S2400    { Simulate 2400B rate display  }
  195.              file4.ans            { default options reset        }
  196.             
  197. See list of COMMAND LINE SWITCHES for definitions.     
  198.      
  199. --------------------------------
  200. COMMAND LINE SWITCHES (optional)
  201. --------------------------------     
  202. /B ... Disable screen Blanking (clearing) before each file is displayed.
  203.               [*]SUPPORTED in SMILEQ, SMILEL, and SMILESS     
  204. /C ... Toggles EGA/VGA monitors between 25 Line TEXT mode and 43/50 Line
  205.        TEXT mode.  Screen is returned to START-UP mode when on exit
  206.               [*]SUPPORTED in SMILEQ, SMILEL, and SMILESS     
  207. /F ... Delete/Rename file after viewing.  Useful for viewing ANSI messages
  208.        from off-line mail readers.
  209.               [*]SUPPORTED in SMILEQ and SMILEL          
  210. /M ... Disable Music and SOUND codes.
  211.               [*]SUPPORTED in SMILEQ, SMILEL, and SMILESS
  212. /N#... Nonstop display between screens.  # specifies the number of
  213.        seconds to delay. (0..60)
  214.               [*]SUPPORTED in SMILEQ and SMILESS
  215. /S#... Set Simulated BAUD rate display speed.  Valid speeds are 19200,
  216.        9600, 2400 1200, and 300.  If no rate, or an invalid rate is
  217.        specified, Speed defaults to 2400.  
  218.               [*]SUPPORTED in SMILEQ, SMILEL, and SMILESS 
  219. /T#... Define an ESC translate character.  Valid entries are 1 to 254.
  220.        (DEC 96 and DEC 250 are translated automatically) 
  221.               [*]SUPPORTED in SMILEQ, SMILEL, and SMILESS
  222.  
  223. MUSIC and SOUND support:  See above description.
  224.  
  225. =======================================================================
  226.  
  227.  
  228. SMILE Door version 1.2 .....Copyright (c) 1991..... by: Michael Arnett
  229. ------------------------------------------------------------------------
  230.  
  231. SMILE Door allows remote BBS users to view files containing ANSI codes,
  232. and music.  An ANSI Driver is required on both the Host and Remote
  233. machine.  The door is written specificlly for GT Power host systems but
  234. can be run under other software using one of several door conversion
  235. programs available.
  236.  
  237. SMILE Door was written to work in conjunction with the SMILE ANSI Viewer.
  238. The SMILE Door looks for the file FILELST.DAT created by The SMILE
  239. Viewer, however this file can be created with a text editor.
  240.  
  241. User name and time information are read from the GTUSER.BBS file.  A Door 
  242. time limit is set depending on which is less;  the callers remaining time 
  243. or the time to the next BBS Event.
  244.  
  245. COMMAND LINE OPTIONS
  246.  
  247. Syntax: SMILEDOR COMn [IRQn] [BDn] [HSn] [TLn]
  248.  
  249. COMn  port MUST be designated on the command line in the format shown.
  250. [optional]
  251. IRQn  IRQ setting 
  252. BDn   Sets BAUD rate 
  253. HSn   If not designated will set HANDSHAKE to XON/XOFF. 
  254. TLn   Allows the sysop to specify an OPTIONAL Time Limit for the door.
  255.  
  256. A window with a scrolling list of file names, much like the SMILE Viewer
  257. is displayed to the remote caller.  To maintain speed of screen writes
  258. the Host machine only sees a Status screen or Control Panel.  ANSI screens
  259. are NOT Displayed and ANSI Music is NOT heard when a remote user is in the
  260. door unless Toggled ON by the Sysop.
  261.  
  262. FEATURES:
  263.   ENTER will display only the selected or Highlighted file.
  264.   D  - Increments the System Delay time between one and ten seconds. 
  265.   T  - TAG or UNTAG the currently Highlighted file.  
  266.   H  - Display HELP screens for each COMMAND KEY.  
  267.   A  - TAG All, NonViewed, Viewed, or user Defined files.
  268.   V  - Begin displaying each TAGGED file. (NON-STOP or PROMPTED display)
  269.   M  - Toggle Music ON or OFF.
  270.   Q  - QUIT the program
  271.  
  272. SYSOP ONLY COMMANDS
  273.   CTRL-P  initiates CHAT any time the caller is at the selection menu.
  274.   ALT-V   Toggle Local display of screens ON or OFF while remote user is 
  275.           in the door.
  276.   ALT-M   Toggle ability to hear music locally ON or OFF while remote user
  277.           is in the door.
  278.  
  279.  
  280. ===========================================================================
  281.  
  282. GT16ANS  :  Ver 1.0  :  Michael Arnett (C) Copyright 1991
  283. ---------------------------------------------------------------------------
  284.  
  285. GT16ANS is written to work with GT16 and GT17 message bases and does NOT
  286. support earlier versions of GT.
  287.  
  288. This utility builds a file containing MESSAGE #, FROM, and SUBJECT 
  289. information for each message, in the selected message area that contains 
  290. the ANSI code " ESC[ ".
  291.  
  292. The file name "FILELST.DAT" will be used for compatability with the SMILE 
  293. ANSI Viewer and SMILE DOOR programs.
  294.  
  295. FILELST.DAT may also be used as a Bulletin or in place of FILES.BBS for 
  296. those who have ANSI message areas available as FILE areas.
  297.  
  298. COMMAND LINE OPTIONS:
  299.  
  300. /H   Displays list of available command line switches.
  301. /N   Do NOT create FILELST.DAT file.  Message numbers and associated
  302.      data will be displayed to the screen only.
  303. /R[n,n]   Select RANGE of message numbers for GT16ANS to act on.
  304. /RF[path] Instructs GT16ANS to get the starting number from an existing
  305.           FILELST.DAT file.  
  306. /C[path]  COPY messages containing ANSI codes to seperate files.
  307. /K   KILL non-ANSI messages. 
  308. /Sn  SHOW messages containing "n" lines of ANSI or less.
  309. /In  INCLUDE only those messages in FILELST.DAT that contain "n" lines
  310.      or more of ANSI codes.
  311. /F   APPEND information to the FILELST.DAT file, if it exists.
  312. /L   LOG session to file.
  313.  
  314. GT16ANS was written (with the exception of the /Sn option) to allow
  315. running as a Scheduled Event.  The /RF[path] combined with the /F 
  316. option should keep your FILELST.DAT file up to date after each mail run.
  317.  
  318. .ORIGIN: 001/030 - ░░▒▒▓█ THE GAVEL █▓▒▒░░ * RES IPSA * HST-DS * HOUSTON
  319.