home *** CD-ROM | disk | FTP | other *** search
-
- snow = no
- blank_time = 10
-
- # black 0
- # blue 1
- # green 2
- # cyan 3
- # red 4
- # magenta 5
- # brown 6
- # lightgray 7
- # darkgray 8
- # lightblue 9
- # lightgreen 10
- # lightcyan 11
- # lightred 12
- # lightmagenta 13
- # yellow 14
- # white 15
-
-
- #╔════════════════════════════════════════════════════════════════════════════╗
- #║ main screen colors ║
- #╚════════════════════════════════════════════════════════════════════════════╝
-
- scrn_background = blue # Background color.
- scrn_border_for = lightgreen # Border foreground color.
- scrn_border_bck = blue # Border background color.
- scrn_copy_for = brown # Copyright foreground color.
- scrn_copy_bck = blue # Copyright background color.
- scrn_ver_for = red # Version foreground color.
- scrn_ver_bck = blue # Version background color.
- scrn_high_for = yellow # Highlight foreground color.
- scrn_high_bck = blue # Highlight background color.
- scrn_heading_for = lightgray # Heading foreground color.
- scrn_heading_bck = blue # Heading background color.
- scrn_newinfo_for = lightgreen # New information foreground color.
- scrn_newinfo_bck = blue # New information background color.
- scrn_oldinfo_for = white # Old information foreground color.
- scrn_oldinfo_bck = blue # Old information background color.
-
- #╔════════════════════════════════════════════════════════════════════════════╗
- #║ error message colors ║
- #╚════════════════════════════════════════════════════════════════════════════╝
-
- error_for = black # Error message foreground color.
- error_bck = red # Error message background color.
-
- #╔════════════════════════════════════════════════════════════════════════════╗
- #║ window colors ║
- #╚════════════════════════════════════════════════════════════════════════════╝
-
- windo_border_for = blue # Border foreground color.
- windo_border_bck = black # Border background color.
- windo_title = yellow # Title foreground color.
- windo_background = black # Background color.
- windo_heading_for = lightgray # Heading foreground color.
- windo_heading_bck = black # Heading background color.
- windo_newinfo_for = green # New information foreground color.
- windo_newinfo_bck = black # New information background color.
- windo_oldinfo_for = brown # Old information foreground color.
- windo_oldinfo_bck = black # Old information background color.
- windo_shadow = black # Window shadow color
-
- #╔════════════════════════════════════════════════════════════════════════════╗
- #║ help colors ║
- #╚════════════════════════════════════════════════════════════════════════════╝
-
- help_border_for = yellow # Border foreground color.
- help_border_bck = green # Border background color.
- help_title_for = yellow # Title foreground color.
- help_background = green # Background color.
- help_select_bar = blue # Item selection bar color.
- help_item = white # Foreground Color.
- help_selected = red # Item selected color.
- help_shadow = black # Hwlp shadow color
-
- #╔════════════════════════════════════════════════════════════════════════════╗
- #║ function key colors ║
- #╚════════════════════════════════════════════════════════════════════════════╝
-
- fun_for = black # Foreground color.
- fun_bck = lightgray # Background color.
- fun_select_for = black # Selected Foreground color.
- fun_select_bck = red # Selected Background color.
-
- #╔════════════════════════════════════════════════════════════════════════════╗
- #║ menu colors ║
- #╚════════════════════════════════════════════════════════════════════════════╝
-
- menu_border_for = lightred # Border foreground color
- menu_border_bck = cyan # Border background color
- menu_title = yellow # Menu title foreground color
- menu_background = cyan # Menu background color
- menu_select_for = lightblue # Menu letter selection foreground
- menu_select_bck = cyan # Menu letter selection background
- menu_select_bar = blue # Menu selection bar background
- menu_item_for = white # Menu item foreground color
- menu_item_bck = cyan # Menu item background color
- menu_shadow = black # Menu shadow color
-
- # ╔══════════════════════════════════════════════════════════════════════════╗
- # ║ menu definitions start here ║
- # ║ menu line format; ║
- # ║ menu = d,x,x,description up to 40 characters ║
- # ║ │ │ └─ menu number to goto when selected (use (0) if no more) ║
- # ║ │ └─ menu number for this block ║
- # ║ └─ menu record type constant (menu descriptor) ║
- # ║ ║
- # ║ menu = h,help description up to 75 characters ║
- # ║ └─ menu record type constant (help descriptor) ║
- # ║ ║
- # ║ menu = c,command line (may contain $(PROMPT) keyword) ║
- # ║ └─ menu record type constant (command descriptor) ║
- # ║ ║
- # ║ menu = $(END) constant to signal end of menu descriptions ║
- # ║ ║
- # ║ the h and c record types may occur up to 20 times per menu selection. ║
- # ║ the $(PROMPT) keyword will open a window prompting for more command ║
- # ║ line information. ║
- # ║ ║
- # ║ the $(END) constant MUST be the last line of the menu definitions ║
- # ║ block. ║
- # ║ ║
- # ║ Keywords: ║
- # ║ $(FILE) ║
- # ║ $(PROMPT) ║
- # ║ $(NOPAUSE) ║
- # ║ $(ACTPATH) ║
- # ║ $(CLOSE) ║
- # ║ $(RELOAD) ║
- # ║ $(FSPEC) ║
- # ║ $(PATH1) ║
- # ║ $(PATH2) ║
- # ╚══════════════════════════════════════════════════════════════════════════╝
-
- menu = d,0,3,Editors
- menu = h,For OS/2 use (M)icrosoft editor
- menu = h,For DOS use PE2 personal editor
- menu = h,This executes Wordstar, be sure the wordstar loader has been
- menu = h,loaded in resident memory before using this command.
- menu = d,0,2,Utilities
- menu = h,Archive functions Pkarc and Pkxarc
- menu = h,PCDOC PC doc proc
- menu = h,Sideways print utility
- menu = h,Update EZDOS.INI init file
- menu = h,Reload EZDOS init file
- menu = h,DOS / OS/2 command line
- menu = d,0,1,Compilers
- menu = h,Allows you to compile Microsoft 'C' for syntax
- menu = h,checking or compiling with a MAKE. Also, Turbo
- menu = h,Pascal programs may be compiled for versions 3.0 or 4.0.
- menu = d,0,4,Graphics
-
- menu = d,1,0,OS/2 Make (with prompt)
- menu = c,do make $(PROMPT)
- menu = d,1,0,DOS Make (with prompt)
- menu = c,make $(PROMPT)
- menu = d,1,0,Microsoft 'C' syntax check
- menu = c,cl /c /Zs /AL $(PROMPT)
- menu = d,1,0,Turbo Pascal 4.0
- menu = c,tp40
- menu = c,$(NOPAUSE)
- menu = d,1,0,Turbo Pascal 3.0
- menu = c,d:
- menu = c,cd \turbo
- menu = c,turbo
- menu = c,$(NOPAUSE)
-
- menu = d,2,6,Pkzip utilities
- menu = h,Allows you to add, extract, and view archive files with prompting
- menu = d,2,7,PCDOC print formatter
- menu = d,2,0,Sideways
- menu = c,cd $(ACTPATH)
- menu = c,sideways $(FILE)
- menu = c,$(NOPAUSE)
- menu = c,$(CLOSE)
- menu = d,2,0,Update and Reload EZDOS.INI init file
- menu = c,e d:\pmsdk\init\ezdos.ini
- menu = c,$(RELOAD)
- menu = d,2,0,Reload EZDOS init file
- menu = c,$(RELOAD)
- menu = d,2,0,DOS, OS/2 command line
- menu = c,DOS
- menu = c,$(NOPAUSE)
-
- menu = d,3,0,M (OS/2)
- menu = c,m $(FSPEC)
- menu = c,$(NOPAUSE)
- menu = c,$(CLOSE)
- menu = d,3,0,PE2 (DOS)
- menu = c,e $(FSPEC)
- menu = c,$(NOPAUSE)
- menu = c,$(CLOSE)
- menu = d,3,0,WordStar
- menu = c,ws1 $(FILE)
- menu = c,$(NOPAUSE)
- menu = c,$(CLOSE)
-
- menu = d,4,0,Storyboard plus
- menu = c,c:
- menu = c,cd \graph\sbplus
- menu = c,st
- menu = c,$(NOPAUSE)
- menu = c,$(CLOSE)
- menu = d,4,0,DrHalo
- menu = c,c:
- menu = c,cd \graph\halo
- menu = c,drhalo
-
- menu = d,5,0,Wordstar
- menu = c,e:
- menu = c,cd \work
- menu = c,ws1 $(FILE)
- menu = c,$(NOPAUSE)
-
- menu = d,6,8,Extract functions to Active Path
- menu = h,-c extract to screen
- menu = h,-x extract files
- menu = h,-t test archive integrity
- menu = h,-v verbose list of archives
- menu = d,6,9,Extract functions to Path 2
- menu = h,-c extract to screen
- menu = h,-x extract files
- menu = h,-t test archive integrity
- menu = h,-v verbose list of archives
- menu = d,6,10,Arc Update functions from Active Path
- menu = h,-a add files to archive
- menu = h,-c add/update file comments
- menu = h,-d delete files from archive
- menu = h,-f freshen files in archive
- menu = h,-x add archive comment
- menu = h,-v verbose listing of archive
- menu = h,-m move files to archive
-
- menu = d,7,0,Send file to printer
- menu = c,pcdoc $(FSPEC)
- menu = c,$(NOPAUSE)
- menu = c,$(CLOSE)
- menu = d,7,0,Send formated file to file
- menu = c, pcdoc $(FSPEC) $(ACTPATH)\$(PROMPT)
- menu = c,$(NOPAUSE)
- menu = c,$(CLOSE)
-
- menu = d,8,0,Extract all files from archive
- menu = c,pkxarc -x $(FSPEC) *.* $(ACTPATH)
- menu = c,$(CLOSE)
- menu = d,8,0,Extract individual files
- menu = c,pkxarc -x $(FSPEC) $(PROMPT) $(ACTPATH)
- menu = c,$(CLOSE)
- menu = d,8,0,Verbose listing of archive
- menu = c,pkxarc -v $(FSPEC) >tmp.$$$
- menu = c,vf tmp.$$$
- menu = c,del tmp.$$$
- menu = c,$(NOPAUSE)
- menu = d,8,0,Extract files from archive to screen
- menu = c,pkxarc -c $(FSPEC) $(PROMPT) >tmp.$$$
- menu = c,vf tmp.$$$
- menu = c,del tmp.$$$
- menu = c,$(NOPAUSE)
- menu = d,8,0,Test integrity of archive
- menu = c,pkxarc -t $(FSPEC)
-
- menu = d,9,0,Extract all files from archive
- menu = c,pkxarc -x $(FSPEC) *.* $(PATH2)
- menu = c,$(CLOSE)
- menu = d,9,0,Extract individual files
- menu = c,pkxarc -x $(FSPEC) $(PROMPT) $(PATH2)
- menu = c,$(CLOSE)
- menu = d,9,0,Verbose listing of archive
- menu = c,pkxarc -v $(FSPEC) >tmp.$$$
- menu = c,vf tmp.$$$
- menu = c,del tmp.$$$
- menu = c,$(NOPAUSE)
- menu = d,9,0,Extract files from archive to screen
- menu = c,pkxarc -c $(FSPEC) $(PROMPT) >tmp.$$$
- menu = c,vf tmp.$$$
- menu = c,del tmp.$$$
- menu = c,$(NOPAUSE)
- menu = d,9,0,Test integrity of archive
- menu = c,pkxarc -t $(FSPEC)
-
- menu = d,10,0,Add to archive from file pointer
- menu = c,pkzip -a $(ACTPATH)\$(PROMPT) $(FSPEC)
- menu = d,10,0,Add to archive from prompt
- menu = c,pkzip -a $(FSPEC) $(ACTPATH)\$(PROMPT)
- menu = d,10,0,Move to archive from file pointer
- menu = c,pkzip -m $(ACTPATH)\$(PROMPT) $(FSPEC)
- menu = d,10,0,Move to archive from prompt
- menu = c,pkzip -m $(FSPEC) $(ACTPATH)\$(PROMPT)
- menu = d,10,0,Delete file from archive
- menu = c,pkzip -d $(FSPEC) $(PROMPT)
- menu = d,10,0,View stats from archive pointer
- menu = c,pkzip -v $(FSPEC) >tmp.$$$
- menu = c,vf tmp.$$$
- menu = c,del tmp.$$$
- menu = c,$(NOPAUSE)
-
-
- menu = $(END)
-