home *** CD-ROM | disk | FTP | other *** search
-
- Sweet Little Directory Program * Version 3.8 * Release Date: 10-25-90
- Copyright 1988-90 by Marc Perkel * All Rights Reserved
-
- Computer Tyme * 411 North Sherman, Suite 300 * Springfield Mo. 65802
- (800) 548-5353 Sales * (417) 866-1222 Voice * (417) 866-1665 Data
-
- This program is part of the Computer Tyme DOS ToolBox.
- For $59.95 you can get the rest of the programs.
-
- Usage:
- D <path\mask, (path\mask ...)> /E/D/S/U/B/I/R/A/L/W/O/P/F/+/-/1/2/3/4/5/6
-
- /E Sort by Ext /D Sort by Date
- /S Sort by Size /U Unsorted
- /B Sort Backwards /I Identify Directory
- /R Programs that can Run /A Files with Archive Set
- /L Long Display, no Pause /W Wait for Keypress at End
- /O Use Standard Output Device /P Output to Printer
- /F File Names Only
- /+DATE Files after Date /-DATE Files before Date
-
- /1/2/3/4/5/6 Controls Number of Columns and Information Displayed
-
- This program is done right! Normal sort is subdirectories first, then
- hidden and system files, then by name alphabetically. Subdirectories,
- hidden and system files are displayed in lower case. Files with hidden,
- system, or read only attributes have an * next to them.
-
- The display is a vertical sorted display with the width automatically
- adjusting by the number of files. Page break is automatically adjusted
- for output to different devices.
-
- Default options are sort by name, 4 columns, direct video with color.
-
- The /R option shows files that can run. (EXE, COM, BAT)
-
- The /6 give you a 6 column display of names only. /5 shows just names
- with and "*" next to the read-only, system, and hidden files. /4 shows
- names and file size in K. /3 shows names and file size in bytes. /2
- shows file size in bytes and date and time. /1 shows all of the above
- and file attributes.
-
- The /I option will cause the directory name to be displayed at the top
- of the display:
-
- *-*>> Directory of: C:\TURBO5\*.COM
-
- The /O option sends output to the standard output handle instead of
- directly to screen memory. You would use this option if you are running
- this program over a modem, or if you're using a color card with a
- composite monitor. The /O strips all color.
-
- Output redirection is automatically detected and output is sent to the
- dos standard output handle, (/O) and no pause, (/L) is automatically
- selected. Using /O will allow this program to work correctly over a
- modem.
-
- Default options can be set using the Environment Strings.
- SET D.EXE=/O/I selects Standard Output and Identify Directory.
-
- This program will handle up to 16000 files in a single directory.
-
- More than one filespec can be specified.
-
- D *.PAS *.INC will list all the files that end with with the extension
- of either PAS or INC.
-
-
- Using D with other Computer Tyme Software:
-
- D does not have a multiple subdirectory mode. You can get the same
- effect as if it did using DoList and Whereis. Suppose you want a list of
- everything on your hard disk.
-
- WHEREIS/T|DOLIST D @L /I/1 >DIRLIST
-
- Whereis/T lists all subdirectories on the current drive. This list is
- piped into DoList which executes D on each of the directories. Output is
- sent to DIRLIST, a text file, for later printing or editing.
-
-
- 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: 216 South Glenstone
- 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.
-
-
- =============================================================
-
-
-
-
-
-
-
-
-
-
-
-
-
- Make Check Computer Tyme Order Form 2.6
- Payable To: 411 North Sherman Suite 300
- Springfield Mo. 65802
- (417) 866-1222 (800) 548-5353
-
-
- Please send me the Computer Tyme DOS Toolbox.
-
- =============================================================
-
- Name: ________________________________________________
-
- Address: ________________________________________________
-
- City/St/Zip: ________________________________________________
-
- Phone: ________________________________________________
-
- Computer: ________________________________________________
-
- Got DM From: ________________________________________________
-
- Comments: ________________________________________________
-
- ________________________________________________
-
- ________________________________________________
-
- ___ Enclosed is $39.95 for The ToolBox.
- ___ Enclosed is an additional $39.95 for MarxMenu.
- ___ Add $3.00 for Shipping and Handling.
-
- ___ I need 3 1/2 Inch Media.
-
- =============================================================
-