home *** CD-ROM | disk | FTP | other *** search
- Computer Tyme NetSmart * Copyright 1990 by Marc Perkel
- All Rights Reserved * Version 1.0 * Release Date: 11-25-90
-
- Computer Tyme * 411 North Sherman, Suite 300 * Springfield Mo. 65802
- (800) 548-5353 Sales * (417) 866-1222 Voice * (417) 866-1665 Data
-
- Price: $95/Server or $995 unlimited.
-
- This program helps make network dumb programs run better on a network.
- It does this by allowing you to use filenames that contain referrences
- to environment variables. These referrences are allowed in BATCH files
- but not DOS programs. NetSmart solves this problem.
-
- NetSmart also intercepts file access calls and translates compatibility
- mode (or network dumb mode) to the more advanced sharing modes. The /L
- option allows for liberal translation which could be somewhat dangerous
- but is handy for very dumb programs.
-
- By it's nature, this program isn't going to work with everything. If
- it works, it works. If it doesn't, then don't use it.
-
- Usage: NS (/L) <Command Line>
- Example:
- SET USERNAME=MARC
- NS XCOPY F:\HOME\%USERNAME%\*.* A:
-
- In this example, NS will translate the %USERNAME% into a file name
- that DOS can handle.
-
- When installing network dumb software, you can use environment variable
- referrences for things like path names for configuration files. Thus, a
- program that normally only gives you one filename option need not be
- installed in every users directory.
-
- NS is not exacltly a TSR. It unloads itself each time it is run so
- you have to use the NS command each time you use it. This way,
- NetSmart only takes up memory with programs that need to use it.
-
- Information and order forms:
-
- ======================================================
-
- The Computer Tyme Dos ToolBox... Makes DOS easier for the novice,
- more powerful for the professional.
-
- DIRECTORY MASTER is a powerful hard disk managment utility. It
- brings up your hard disk files and allows you to mark selected
- files so you can copy them, delete them, or move them. It also
- allows you to rename files, change dates, and change attributes.
- You can also run programs or set up your function keys to run
- programs on selected files.
-
- DOLIST makes being at DOS easier. It gives you full line editing,
- like a word processor, for your commands. It also stores commands
- so that you can re-execute them. It remembers subdirectories and
- allows you to go back to them by pressing the TAB key. It offers
- programmable function keys, DOS extensions, multiple execution,
- and many more features you have got to have.
-
- PICK DIRECTORY allows you to move through the directory system by
- displaying a graphic tree and letting you use your arrow keys to
- move around. It also lets you create, delete, rename, and hide
- directories.
-
- TEDIT (from SemWare) is a powerful, easy to use full screen
- editor.
-
- MARXTSR is a set of memory and TSR management utilities that let
- you load and unload TSRs (Terminate and stay resident programs)
- from memory. Utilities to list menory allocation and turn TSR's
- on and off.
-
- And many more ... Also includes is D, a fancy directory listing
- program; WHEREIS, for finding stuff on you hard disk, SORT, MOVE,
- FIND, FREE, PIPEDIR, VERSION, and many more.
-
- The Dos Toolbox sells for $59.95.
-
- ======================================================
-
- We are also selling QEdit from Semware. QEdit is a professional
- editor from Semware. TEdit is a mini version of QEdit. If you
- like TEdit, You'll love QEdit.
-
- 1-800-548-5353 Order Line
- 1-417-866-1222 Voice Line
- 1-417-866-1665 BBS Data line * 1200/2400 * 8N1 * ANSI or VT100
-
-
- MARXMENU:
-
- For the menu user who is interested in POWER!
-
- MarxMenu version 1.99 is a menu system that uses NO RAM. MarxMenu
- is compatible with all networks and contains a powerful menu
- language. This language gives you complete screen control as well
- as conditional menus. Math and string functions as well as
- multidimensional arrays are supported. MarxMenu can read
- environment variables, ports, ram locations, time, dates, the
- contents of text files, ect. and make decisions on them.
-
- Screen control includes multi-layer exploding windows with
- unlimited number of selections and unlimited windows. 43/50 line
- ega and vga modes are supported. MarxMenu contains a screen
- blanker, password security on anything, keyboard lockout.
- MarxMenu can run programs while staying resident and read the dos
- errorlevel codes they return or marxmenu can return custom
- errorlevel codes to a calling program or batch file. MarxMenu can
- view text files in a window, read text files into an array and
- let you choose a line from that array in a window. MarxMenu can
- write string arrays to text files.
-
- This menu system is targeted at the user whose primary interest
- is POWER! Here is a simple sample of what MarxMenu script looks
- like:
-
- ==========================================
-
- ;This menu is a sample of a simple menu.
- ;To run this menu type 'MARX SAMPLE'
-
- TextColor Yellow Red
- ClearScreen
- BoxBorderColor Green Blue
- BoxInsideColor Yellow Blue
- DrawBox 25 7 32 13
- WriteCenter '* Sample Menu *'
- Writeln
- Writeln
- Writeln ' A - Directory'
- Writeln ' B - Wide Directory'
- Writeln ' C - Run ChkDsk'
- Writeln ' D - Type Menu to Screen'
- Writeln ' E - Edit This Menu'
- Writeln ' F - Drop to Dos'
- Writeln ' Esc - Exit'
- Writeln
- Write ' Select: '
-
- OnKey 'A'
- DIR
- Pause ;Lets you see the directory before screen clears
-
- Onkey 'B'
- DIR/W
- Pause
-
- OnKey 'C'
- CHKDSK
- Pause
-
- OnKey 'D'
- TYPE SAMPLE.MNU|MORE
- Pause
-
- OnKey 'E'
- TEDIT SAMPLE.MNU
-
- OnKey 'F'
- @Echo To Return to the SAMPLE menu type EXIT
- @Echo .
- COMMAND
-
-
- MarxMenu comes with TEDIT and MARXTSR manager and a few goodies
- out of the DOS ToolBox.
-
- ==========================================
-
-
-
-
-
-
-
-
-
-
-
-
- Make Check Computer Tyme Order Form 2.7
- Payable To: 411 North Sherman Suite 300
- Springfield Mo. 65802
- (417) 866-1222 (800) 548-5353
-
-
- Please send me the Computer Tyme Software.
-
- =============================================================
-
- Name: ________________________________________________
-
- Address: ________________________________________________
-
- City/St/Zip: ________________________________________________
-
- Phone: ________________________________________________
-
- Computer: ________________________________________________
-
- Got From: ________________________________________________
-
- Comments: ________________________________________________
-
- ________________________________________________
-
- ________________________________________________
-
-
- ___ Enclosed is $59.95 for The DOS ToolBox.
-
- ___ Enclosed is $59.95 for MarxMenu.
-
- ___ Enclosed is $99.95 for Both.
-
- ___ Enclosed is $49.95 for QEdit (from SemWare).
-
-
- Network licenses are sold on a per fileserver basis.
-
- ___ Enclosed is $495 for The DOS ToolBox network version.
-
- ___ Enclosed is $495 for MarxMenu network version.
-
- ___ Enclosed is $750 for Both network version.
-
-
- ___ Add $3.00 for Shipping and Handling.
-
- ___ I need 3 1/2 Inch Media.
-
-
- =============================================================
-