home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SCREEN / TSDEMO15.ZIP / TSDEMO.INF < prev    next >
Encoding:
Text File  |  1991-09-08  |  4.3 KB  |  106 lines

  1.                            - 1 -
  2. Sun 8-September-1991
  3.  
  4. About TSDEMO in General
  5. =======================
  6.  
  7. This package may be used and distributed freely for NON-COMMERCIAL,
  8. NON-INSTITUTIONAL, PRIVATE purposes, provided it is not changed in
  9. any way. Please do not distribute any part separately. Uploading to
  10. bulletin boards is encouraged.
  11.  
  12. The programs are under development. Comments and contacts are
  13. solicited. If you have any questions, please do not hesitate to use
  14. electronic mail for communication.
  15. InterNet address: ts@chyde.uwasa.fi         (preferred)
  16. Bitnet address:   SALMI@FINFUN
  17. Funet address:    GADO::SALMI
  18.  
  19. The author shall not be liable to the user for any direct, indirect
  20. or consequential loss arising from the use of, or inability to use,
  21. any program or file howsoever caused. No warranty is given that the
  22. programs will work under all circumstances.
  23.  
  24. Timo Salmi
  25. Professor of Accounting and Business Finance
  26. School of Business Studies, University of Vaasa
  27. P.O. BOX 297, SF-65101 Vaasa, Finland
  28.  
  29.  
  30. Timo Salmi DEMOnstrations, release 1.5 (TSDEMO15) includes the
  31. *    *     ****                    * *
  32. following programs:
  33.  
  34. TSDEMO15.ARC    Demonstrations by Timo Salmi
  35. Filename        Comment
  36. --------        --------------------------------
  37. BIGCHAR.EXE     Draws large characters on screen
  38. BIGTIME.EXE     Date and time in big characters
  39. PLOTDEMO.EXE    (P)lots of different functions
  40. TSDEMO.INF      Document
  41. TSDEMO.NWS      News announcements about tsdemo
  42. TSPROG.INF      List of PD programs from T.Salmi
  43. TURBDEMO.EXE    Turbo Pascal graphics demo
  44. VAASA.INF       Info: Finland, Vaasa, U of Vaasa
  45. ----            ------             ------  -----
  46. 0008
  47.  
  48.                            - 2 -
  49.  
  50.  
  51. BIGCHAR (Ver. 1.0)  Draws large characters on screen
  52. ==================
  53.                                                                               
  54. Usage: BIGCHAR text                                                           
  55.                                                                               
  56. This program demonstrates fonts, that is the PC character set by
  57. drawing your text in big at the center of the screen. The maximum
  58. length of the text is 10. Foreign and special characters are
  59. allowed.
  60.  
  61.                                                                               
  62. BIGTIME (Ver. 1.0)  Date and time in big characters
  63. ==================
  64.                                                                              
  65. Usage: BIGTIME text                                                          
  66.    or  BIGTIME ?                                                             
  67.                                                                              
  68. This program demonstrates fonts, that is the PC character set by
  69. drawing time and date in big on the screen. To exit the program,
  70. press any key.
  71.  
  72.  
  73. PLOTDEMO (Ver 1.2)  (P)lots of different functions
  74. ==================
  75.                                                                              
  76. This program devised together with Matti Heikkilä, (Lic.Tech.)
  77. demonstrates assorted mathematical functions drawn in the graphics
  78. mode.
  79.                                                                              
  80. The program was originally written in Turbo Pascal 4.0, and is
  81. factually an experiment of including the graphics drivers into the
  82. .exe file. The use of this program would otherwise require having
  83. the driver files available on disk during runtime, which obviously
  84. would be cumbersome.
  85.  
  86. The following question will be posed to you:
  87. USE CGA GRAPHICS (n,Y)?
  88.  
  89. You have to choose your graphics driver. If you choose Y, CGA
  90. hi-resolution graphics will be attempted. Depending on your
  91. facilities and configuration, this may succeed or fail. If you
  92. choose N, the program will attempt to autodetect your graphics
  93. facilities and will act accordingly. If it is possible, you should
  94. opt to the CGA graphics driver, since the program has been written
  95. on a CGA system.
  96.  
  97. Notice, that depending on your graphics facilities and
  98. configuration, attempting unsuitable graphics may blank the screen.
  99. It may even cause a a crash, and you shall have re-boot your PC.
  100.  
  101.  
  102. TURBDEMO (Ver 1.1)   Turbo Pascal graphics demo
  103. ==================
  104.  
  105. Selfdocumenting.  Requires at least EGA graphics.
  106.