home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / NOVELL / BSTNET.ZIP / BESTNET.DOC next >
Encoding:
Text File  |  1990-12-27  |  8.5 KB  |  257 lines

  1. Computer Tyme BestNet * Version 1.4 * Release Date: 12-27-90
  2. Copyright 1990 by Marc Perkel * All Rights Reserved
  3.  
  4. Computer Tyme * 411 North Sherman, Suite 300 * Springfield Mo. 65802
  5. (800) 548-5353 Sales * (417) 866-1222 Voice * (417) 866-1665 Data
  6.  
  7. This program sets an environment variable NET to the best network shell
  8. based on the dos version and the presence of either EMS or XMS memory.
  9. You can then load the net shell by putting %NET% in your batch file.
  10. If both EMS and XMS are available, EMS is selected.
  11.  
  12. Usage: BESTNET (/I/X/L)
  13.        BESTNET > NUL  ;This stops BestNet from writing to the screen.
  14.  
  15. /I Ignore XMS and EMS Shells.
  16. /X Selects XMS over EMS where both exist.
  17. /L Includes QEMM LoadHi command if LOADHI.COM is available.
  18.  
  19. Price: $35/Server, $250 Unlimited
  20.  
  21. Setting NET=EMSNET3.EXE
  22.  
  23. ------------------------------------------------------------------
  24.  
  25. This program helps take some of the pain out of booting up into netware.
  26. One of the problems on a network is that some people are running
  27. different verstion of dos that others. Some have EMS memory and some
  28. have XMS memory. Novell provides several shells for different computer
  29. environments. BestNet helps choose the best net for your machine to
  30. load. Thus making installation easier.
  31.  
  32. Here's how you use it. Your AUTOEXEC.BAT might look like this:
  33.  
  34. @Echo Off
  35. IPX
  36. SET COMSPEC=X:COMMAND.COM
  37. BESTNET
  38. %NET%
  39. SET NET=
  40. F:
  41. LOGIN
  42.  
  43. The SET COMSPEC command has nothing to do with BestNet. It's a trick I
  44. learned that eliminates DOS going back to the floppy for command.com.
  45. Setting the comspec before loading the net shell fixes this problem.
  46.  
  47. Another trick is to create a file called LOADNET.BAT as follows:
  48.  
  49. BESTNET
  50. %NET%
  51. SET NET=
  52. F:
  53. STARTUP
  54.  
  55. AUTOEXEC.BAT ----> LOADNET.BAT ----> STARTUP.BAT
  56.  
  57. The idea here is that each AUTOEXEC.BAT on the net ends with the command
  58. LOADNET. This causes the AUTOEXEC to jump to LOADNET. LOADNET is exactly
  59. the same for all workstations. You also put LOADNET in the LOGIN
  60. directory. LOADNET loads the best shell and then branches to a batch
  61. file called STARTUP which does your login.
  62.  
  63. The reason for 3 batch files is as follows. If you are booting from a
  64. boot rom, you can have different AUTOEXEC for each user. These branch to
  65. LOADNET which makes the transition from rom to the login directory. As
  66. soon as the net shell loads the rom disappears and the LOADNET file
  67. continues in the login directory.
  68.  
  69. The idea is that LOADNET never changes. You can change the AUTOEXEC and
  70. the STARTUP bat files any way you want and still make a smooth
  71. transition from your boot drive to the network.
  72.  
  73. Other Computer Tyme Software:
  74. ======================================================
  75.  
  76. The Computer Tyme Dos ToolBox... Makes DOS easier for the novice,
  77. more powerful for the professional.
  78.  
  79. DIRECTORY MASTER is a powerful hard disk managment utility. It
  80. brings up your hard disk files and allows you to mark selected
  81. files so you can copy them, delete them, or move them. It also
  82. allows you to rename files, change dates, and change attributes.
  83. You can also run programs or set up your function keys to run
  84. programs on selected files.
  85.  
  86. DOLIST makes being at DOS easier. It gives you full line editing,
  87. like a word processor, for your commands. It also stores commands
  88. so that you can re-execute them. It remembers subdirectories and
  89. allows you to go back to them by pressing the TAB key. It offers
  90. programmable function keys, DOS extensions, multiple execution,
  91. and many more features you have got to have.
  92.  
  93. PICK DIRECTORY allows you to move through the directory system by
  94. displaying a graphic tree and letting you use your arrow keys to
  95. move around. It also lets you create, delete, rename, and hide
  96. directories.
  97.  
  98. TEDIT (from SemWare) is a powerful, easy to use full screen
  99. editor.
  100.  
  101. MARXTSR is a set of memory and TSR management utilities that let
  102. you load and unload TSRs (Terminate and stay resident programs)
  103. from memory. Utilities to list menory allocation and turn TSR's
  104. on and off.
  105.  
  106. And many more ... Also includes is D, a fancy directory listing
  107. program; WHEREIS, for finding stuff on you hard disk, SORT, MOVE,
  108. FIND, FREE, PIPEDIR, VERSION, and many more.
  109.  
  110. The Dos Toolbox sells for $59.95.
  111.  
  112. ======================================================
  113.  
  114. We are also selling QEdit from Semware. QEdit is a professional
  115. editor from Semware. TEdit is a mini version of QEdit. If you
  116. like TEdit, You'll love QEdit.
  117.  
  118. 1-800-548-5353 Order Line
  119. 1-417-866-1222 Voice Line
  120. 1-417-866-1665 BBS Data line * 1200/2400 * 8N1 * ANSI or VT100
  121.  
  122.  
  123. MARXMENU:
  124.  
  125. For the menu user who is interested in POWER!
  126.  
  127. MarxMenu version is a menu system that uses NO RAM. MarxMenu is
  128. compatible with all networks and contains a powerful menu language.
  129. This language gives you complete screen control as well as
  130. conditional menus. Math and string functions as well as
  131. multidimensional arrays are supported. MarxMenu can read environment
  132. variables, ports, ram locations, time, dates, the contents of text
  133. files, ect. and make decisions on them.
  134.  
  135. Screen control includes multi-layer exploding windows with
  136. unlimited number of selections and unlimited windows. 43/50 line
  137. ega and vga modes are supported. MarxMenu contains a screen
  138. blanker, password security on anything, keyboard lockout.
  139. MarxMenu can run programs while staying resident and read the dos
  140. errorlevel codes they return or marxmenu can return custom
  141. errorlevel codes to a calling program or batch file. MarxMenu can
  142. view text files in a window, read text files into an array and
  143. let you choose a line from that array in a window. MarxMenu can
  144. write string arrays to text files.
  145.  
  146. This menu system is targeted at the user whose primary interest
  147. is POWER! Here is a simple sample of what MarxMenu script looks
  148. like:
  149.  
  150. ==========================================
  151.  
  152. ;This menu is a sample of a simple menu.
  153. ;To run this menu type 'MARX SAMPLE'
  154.  
  155. TextColor Yellow Red
  156. ClearScreen
  157. BoxBorderColor Green Blue
  158. BoxInsideColor Yellow Blue
  159. DrawBox 25 7 32 13
  160. WriteCenter '* Sample Menu *'
  161. Writeln
  162. Writeln
  163. Writeln '   A - Directory'
  164. Writeln '   B - Wide Directory'
  165. Writeln '   C - Run ChkDsk'
  166. Writeln '   D - Type Menu to Screen'
  167. Writeln '   E - Edit This Menu'
  168. Writeln '   F - Drop to Dos'
  169. Writeln ' Esc - Exit'
  170. Writeln
  171. Write ' Select: '
  172.  
  173. OnKey 'A'
  174.    DIR
  175.    Pause   ;Lets you see the directory before screen clears
  176.  
  177. Onkey 'B'
  178.    DIR/W
  179.    Pause
  180.  
  181. OnKey 'C'
  182.    CHKDSK
  183.    Pause
  184.  
  185. OnKey 'D'
  186.    TYPE SAMPLE.MNU|MORE
  187.    Pause
  188.  
  189. OnKey 'E'
  190.    TEDIT SAMPLE.MNU
  191.  
  192. OnKey 'F'
  193.    @Echo To Return to the SAMPLE menu type EXIT
  194.    @Echo .
  195.    COMMAND
  196.  
  197.  
  198. MarxMenu comes with MarxEdit and MARXTSR manager and a few goodies out of
  199. the DOS ToolBox. The Network Survival Kit is a network version of almost
  200. every utility I've ever written. It's sold on a per fileserver basis.
  201.  
  202.               _______
  203.          ____|__     |               (tm)
  204.       --|       |    |-------------------
  205.         |   ____|__  |  Association of
  206.         |  |       |_|  Shareware
  207.         |__|   o   |    Professionals
  208.       -----|   |   |---------------------
  209.            |___|___|    APPROVED VENDOR
  210.  
  211.    ==========================================
  212.  
  213.  
  214.      Make Check            Computer Tyme            Order Form LO
  215.      Payable To:    411 North Sherman Suite 300
  216.                        Springfield Mo. 65802
  217.                   (417) 866-1222  (800) 548-5353
  218.  
  219.      Please send me Computer Tyme Software.
  220.  
  221.      =============================================================
  222.  
  223.      Name:        ________________________________________________
  224.  
  225.      Address:     ________________________________________________
  226.  
  227.      City/St/Zip: ________________________________________________
  228.  
  229.      Phone:       ________________________________________________
  230.  
  231.      Computer:    ________________________________________________
  232.  
  233.      Got From:    ________________________________________________
  234.  
  235.      Comments:    ________________________________________________
  236.  
  237.                   ________________________________________________
  238.  
  239.  
  240.      Single User Version:
  241.  
  242.      ___ Enclosed is $59.95 for MarxMenu.
  243.  
  244.      ___ Enclosed is $59.95 for the DOS ToolBox.
  245.  
  246.      ___ Enclosed is $99.95 for MarxMenu, the Dos ToolBox and DM3.
  247.  
  248.      Network Version (1 per file server):
  249.  
  250.      ___ Enclosed is $495 for Network Survival Kit.
  251.  
  252.      ___ Add $3.00 for Shipping and Handling.
  253.  
  254.      ___ I need 3 1/2 Inch Media.
  255.  
  256.      =============================================================
  257.