ADDRLIST | General Address list used by many clients |
base-plb | "Stub" system once used for starting a new system. Rarely used now |
CHS | Central High School Store (still used as of 2015) |
HOMES | Real Estate Software: Freddy and Freddy Mobile |
imt-2200 | Obsolete Intermodal Trucking: Replaced by internet based system. |
ODA | Outdoor Adventures - largest and most important PL/b system |
PJ-WIN | Diesel Fuel Shop system. Windows version (there's a DOS version too) |
PRJ-WIN | Obsolete Project Management system |
PT-WIN | Personal Checkbook and tax system |
SHOP-SYS | POS Point of Sale system. Used by Homespun Peddler |
SUNDB | Common utility routines and includes used by all of the above systems. |
UTILmmcc | Various older utility programs - version 8 |
UTIL-plb | Obsolete General utility programs - version 8 |
UTILPLB9 | Primary General utility programs - version 9
Contains a number of example programs. Also contains various sub-folders. |
@ECHO OFF echo ------------------------------------------------------------------ echo PL/B WIN Compile Procedure - RBR-2200 / ODA echo ------------------------------------------------------------------ rem ----- Version 9 ---------- 8/12/2009 sundbsys REVDATE subst z: c:\mmcc-win\sundb subst .... Change to 94d 4/25/2011 @ECHO on \SUNBELT\PLBWIN.94d\CODE\plbCON \SUNBELT\PLBWIN.94d\CODE\plbcmp %1 %2 %3 %4 -ZG -ZT @ECHO off @IF ERRORLEVEL=4 goto BADRUN sundbsys REVDATE @ECHO 08-04-2014 Put a copy of the PLC into dropbox too. copy %1.plc "C:\Documents and Settings\Stephen Kent\My Documents\Dropbox\ODA-PLC\%1.plc" @ECHO 03-25-2015 Always copy ODA-MODS to dropbox. copy ODA-MODS.PLS "C:\Documents and Settings\Stephen Kent\My Documents\Dropbox\ODA-PLC\ODA-MODS.PLS" @ECHO ----------- acb using 9.3a 8/12/2009 ----------------- IF "%ACSTOP%"=="P" PRT-AC %1.EXE was OK GOTO EXITIT :BADRUN IF "%ACSTOP%"=="S" PAUSE IF "%ACSTOP%"=="P" PRT-AC %1.EXE compile error :EXITIT REM get rid of SUBST so it doesn't conflict with anyone's MAP subst z: /d
REV INIT "0.0" REVDATE INIT "10/12/2005 12:24:08" TITLE "10/12/2005 12:24:08"This whole thing goes back to the days before we could get the compile date and time from as part of the language. We needed some way to know when the program was compiled. Every program displays this value in the title bar so we can always know exactly when the program was last changed.
Target: C:\Sunbelt\plbwin.87\code\PLBWIN.EXE -i plb-sgk.ini answer Start In: C:\mmcc-win\shop-sys\peddlerOn a user's system everything is stored in a single folder at the root. Each port would have it's own INI file with a unique port number (see the next section). The shortcut in this case would be:
Target: PLBWIN.EXE -i plb-sgk-nn.ini answer Start In: C:\mmcc-win\shop-sys\peddler
[environment] PLB_TERM=ansi PLB_SYSTEM=c:\SUNBELT\PLBWIN.87\CODE PLB_PATH=c:\MMCC-win\SHOP-SYS;C:\MMCC-WIN\UTIL-PLB PLBWIN_ICON=HOMESPNw.ICO [SHOP-SYS] SHOP_SYS=HSP SHOP_PORT=01 SHOP_PORTNAME=Stephen's W/98 machine SHOP_SUPERVISOR=Y SHOP_HISTPATH=[ SHOP_HISTDRIVE=[ SHOP_PICPATH=[ SHOP_PICDRIVE=[ SHOP_FILEPATH=[ SHOP_DIAG=N