File |
Description |
INMEMO.HLV |
Help file for VUE (move to HLP:) |
INMEMO.xxx |
'xxx' is your serial number (INMEMO.SBR) |
TSTMMO.BAS |
A sample program using INMEMO.SBR |
TSTMMO.CMD |
Command file to execute the sample program |
TSTNFL.BAS |
A sample program demonstrating NO-FILE and MENU modes. |
INMEMO.DAT |
A sample primary data file (used by TSTMMO.BAS) |
INMEMO.MMO |
A sample memo file (used by INMEMO.BAS) |
INMEMO.SYS |
Locking module (must load in system memory) |
EXPMMO.BAS |
Program to expand memo files |
EXPMMO.CMD |
Command file to load INFLDX and run EXPMMO |
MAKMMO.BAS |
Program to create and initialize memo files |
MAKMMO.CMD |
Command file to load INFLDX and run MAKMMO |
OPRMMO.BAS |
Program to display memo file usage info |
OPRMMO.CMD |
Command file to load INFLDX and run OPRMMO |
ANAMMO.BAS |
Program to do a DSKANA-like analysis and cleanup of a primary file-memo file combination |
ANAMMO.CMD |
Command file to execute ANAMMO |
CVTMMO.BAS |
Program to convert memo files from 2 byte to 4 byte links |
CVTMMO.CMD |
Command file to load INFLDX and run CVTMMO |
DMPMMO.BAS |
Program to dump memo files |
DMPMMO.CMD |
Command file to execute DMPMMO |
HLPMMO.BAS |
A sample help system maintenance utility used to edit the help screens used by the other utilities |
HLPMMO.CMD |
Command file to execute HLPMMO |
HLPMMO.MMO |
The help memo pad |
INFLDX.SBR |
Special version of MicroSabio's INFLD.SBR used by the utility programs. If you don't already have INFLD.SBR (shame!), then contact MicroSabio to order it. In the meantime, rename the INFLDX.SBR to INFLD.SBR and copy it to the BAS: account to allow you to run the utility programs. Note that this copy of INFLD will only work with these utilities |
JOBNAM.SBR |
Routine used within EXPMMO.BAS |
RENAM.SBR |
Routine used within EXPMMO.BAS |
NOEKO.SBR |
Exactly like NOECHO.SBR; used by some utilities |
LOGRIO.SBR |
Routine used by ANAMMO for IsamPlus |
XFRMMO.SBR |
Utility to copy or move entire memo pads |
MMOLOK.SBR |
Utility to access the locking system from basic |
INFREE.LIT |
Utility to show status of INMEMO file locks, and release any locks manually |
LOKMMO.LIT |
A more sophisticated lock monitoring program useful for monitoring multiple semaphores. |
INFBUF.LIT |
Used to initialize one form of the scrap buffers |
MAKBUF.LIT |
Used to create and load the old form of scrap buffer |
FUNKEY.M68 |
A handy subroutine for using the function key translation tables from BASIC |
WYSE5X.M68 |
Sample source for a translation table (for WYSE50) |
INMEMO.DIR |
Directory listing with hash codes |
MMOSYM.BSI |
++Include file containing INMEMO symbols |
MMOPAR.BSI |
++Include file with INMEMO parameter mappings |
INFPAR.BSI |
++Include file with INFLD parameter mappings |
GETCLR.BSI |
++Include file to read in color definitions |
COLOR.DEF |
VUE-able color definition file (used with GETCLR) |
CHFUNC.LIT |
Handy utility to check function key translation tables |
AM62A.IMX |
Sample SET PFK style function key translation table. |