home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / BUER / PULL245.ZIP / PULLDWN.DEF < prev    next >
Text File  |  1991-01-03  |  9KB  |  348 lines

  1. '-----------------------------------------------------------------------------
  2. ' PULLDWN.DEF file for syntax example.   PullDown v2.45 (c) MicroDynamics 1990
  3. ' 1445 Mensch Lane, Gilbertsville, PA  19525  Reg. $30, Diskettes Size of Choice
  4. ' GEnie: S.HORTON1, CompuServe 72010,2546
  5. ' BBS Technical Support (215)-623-6203 with an HST node available.
  6. ' Registrations also available through Dealer/Consultants authorized by
  7. ' MicroDynamics.  Command line registration system means unlimited upgrades.
  8. ' NOTE: Clicking the PULLDOWN name on the bottom row always loads this file.
  9. '
  10. ' User-defined help for all options on [F1] keypress defined in PULLDWN.HLP
  11. '
  12. ' See QUIKREF.DOC for command summary sheet, and PULL240.DOC for extensive
  13. ' discussion of both the structure and keywords available.
  14. '-----------------------------------------------------------------------------
  15. $PullDown v2.45 Main Sample Menu
  16. DEF
  17. %Applications
  18.  
  19.      '01234567890
  20.      %Quattro/Pro
  21.      !Use Quattro/Pro to perform ad hoc analytic tasks
  22.      HI=0
  23.           LOADFILE=*.W??
  24.           +echo off
  25.           +cls
  26.           +c:
  27.           +cd\qpro
  28.           +q %1
  29.           +PULLDWN
  30.  
  31.      '01234567890
  32.      %Lotus 1-2-3 v2.20
  33.      !Use 1-2-3 v2.20 with ALLWAYS to print spreadsheets in WYSIWYG mode
  34.      HI=0
  35.           +echo off
  36.           +cls
  37.           +c:
  38.           +cd\rel22
  39.           +123
  40.           +pulldwn.bat
  41.  
  42.      '01234567890123456
  43.      %Lotus 1-2-3 v3.1
  44.      '            ^-------- Highlight the 3
  45.      !Use this package if you need to analyze 3-D data sets and publish.
  46.      HI=13
  47.           +d:
  48.           +cd\123r3
  49.           +123
  50.           +pulldwn
  51.  
  52.      '-----------------------------------------------------------------------------
  53.      ' Magellan "clears the stack" which means that unless you pull a little trick
  54.      ' you will end up in DOS after invoking it from within a batch file.  i.e.
  55.      ' the PC never reaches the end of your temporary batch file and thus never
  56.      ' gets back into pulldwn.........  use COMMAND/C just before the command used
  57.      ' to execute in order to avoid this.  (A user has suggest BAT2EXE from PCMag
  58.      ' as another workaround...)
  59.      '
  60.      '01234567890123
  61.      %Lotus Magellan
  62.      !Magellan allows you to context search files of all types
  63.      HI=6
  64.           +COMMAND/C mg
  65.           +pulldwn
  66.  
  67.      '01234567890
  68.      %MS Word 5.0
  69.      !Standard Word Processor
  70.      HI=8
  71.           LOADFILE=*.DOC,Enter File to Load into MS Word
  72.           +c:
  73.           +cd\word5
  74.           +word %1
  75.           +pulldwn
  76.  
  77.      '01234567890
  78.      %Word Perfect 5.1
  79.      !Standard Word Processor
  80.      HI=5
  81.           LOADFILE=*.DOC
  82.           +c:
  83.           +cd\wp51 %1
  84.           +wp
  85.           +pulldwn
  86.  
  87.      ' Draw a horizontal bar, unselectable
  88.      %-
  89.  
  90.      '01234567890
  91.      %Harvard Graphics
  92.      !Easy to use but powerful graphics package
  93.      HI=8
  94.           +echo off
  95.           +cls
  96.           +c:
  97.           +cd\harvard
  98.           +hg
  99.           +pulldwn
  100.  
  101.      '01234567890
  102.      %Windows v3.0
  103.      !High End Interface
  104.      HI=0
  105.           ?Enter Application to Run:
  106.           +c:
  107.           +cd\win
  108.           +win %1
  109.           +pulldwn
  110.  
  111.      ' Another horizontal line...
  112.      %-
  113.  
  114.      '01234567890
  115.      %Advanced Examples
  116.      !A Menu of Advanced Examples of .DEF Syntax
  117.      HI=9
  118.           @ADVANCED.DEF
  119.           ' @ Branches to another menu.
  120.  
  121.      %AutoExec DEF Example
  122.      !Menu Demo of !AUTO! Command Execution
  123.           @AUTOEX.DEF
  124.           ' Advanced sample... feature requested by test site  10/11/90
  125.  
  126.      %-
  127.  
  128.      %About PullDown...
  129.      !Scrolling Help Box Concerning PullDown Features
  130.           SCROLLBOX=Sample.hlp,About PullDown...
  131.           ABORT
  132.  
  133. ' Second menu choice across the top.  You get 10 of these max. with a toal
  134. ' string width of 58 characters.  Anything too long PullDown will reject.
  135. '-----------------------------------------------------------------------------
  136. DEF
  137. %Utilities
  138.  
  139.      '01234567890
  140.      %PCSHELL (PCTOOLS)
  141.      !Utility System
  142.      HI=0
  143.           ? Enter Drive to Work on:
  144.           +pcshell %1
  145.           +pulldwn
  146.  
  147.      '01234567
  148.      %Norton Advanced
  149.      !Utility System for the Expert
  150.      HI=7
  151.           +nu
  152.           +pulldwn
  153.  
  154.      '01234567890
  155.      %Undelete
  156.      !Undeletes files
  157.           ? Undelete what path?
  158.           +undelete %1
  159.           +pulldwn
  160.  
  161.      '01234567890
  162.      %XCONFIG
  163.      !A Soon to be Upgraded MicroDynamics Product
  164.           +xconfig
  165.           +pulldwn
  166.           ' Modifies your CONFIG.SYS and AUTOEXEC.BAT files from a central menu sys.
  167.           ' Also from MicroDynamics as PD Software.
  168.  
  169.      %-
  170.  
  171.      '01234567890
  172.      %Disk Optimizer
  173.      !Defragments Drive(s)
  174.      HI=5
  175.           ? Which Drive?
  176.           +optimize %1
  177.           +pulldwn
  178.  
  179.      %FastBack Plus
  180.      !Backups pay HUGE Dividends
  181.           +c:
  182.           +cd\fastback
  183.           +fb
  184.           +pulldwn
  185.  
  186.      %Browse a Text File
  187.      !Simple text browsing utility included FREE with PullDown
  188.           OKBOX=This option uses the FREE VFILE.COM utility with PullDown
  189.           +vfile.com
  190.           +pulldwn
  191.      %-
  192.  
  193.      %Format a Disk
  194.      !Prompts for Drive to Format
  195.           ? Enter Drive Letter to Format:
  196.           +format %1
  197.           +pulldwn
  198.  
  199.      %Shut Down the System
  200.      !Sample of shutting off the PC properly
  201.           OKBOX=Turn Power OFF after completing this process.
  202.           +MIRROR
  203.           +PARK
  204.  
  205. DEF
  206. %Programming
  207.  
  208.      '01234567890
  209.      %QuickC 2.0
  210.      !Professional Development Environment
  211.      HI=5
  212.           ?Enter Source to Load:
  213.           +echo off
  214.           +cls
  215.           +d:
  216.           +cd\qc2
  217.           +qc %1
  218.           +pulldwn
  219.  
  220.      '01234567890
  221.      %QBX∙BC7∙PDS
  222.      !Professional Development Environment without the Brain Pain
  223.      HI=1
  224.           ?Enter File to Load:
  225.           +echo off
  226.           +cls
  227.           +C:
  228.           +cd\qbx\bin
  229.           +QBX %1
  230.           +pulldwn
  231.  
  232.      %MASM
  233.      !Professional Production System for the Experts
  234.           +C:
  235.           +cd\masm
  236.           +masm
  237.           +pulldwn
  238.  
  239.  
  240. DEF
  241. %Communications
  242.  
  243.      %Qmodem 4.1B
  244.      !Remote modem-modem communications package
  245.           +C:
  246.           +cd\qmodem
  247.           +qmodem
  248.           +pulldwn
  249.  
  250.      %Relay Gold
  251.      !Massive communications tool
  252.           +c:
  253.           +cd\relay
  254.           +RELAY
  255.           +pulldwn
  256.  
  257.      %CompuServe Information Manager
  258.      !Access CompuServe
  259.           +c:
  260.           +cd\cserve
  261.           +cim
  262.           +pulldwn
  263.  
  264.  
  265.      %-
  266.  
  267.      %3270 Adapter to Mainframe
  268.      !Mainframe System Toggle
  269.           +cd\pc3270
  270.           +pc3270 t
  271.           +pulldwn
  272.  
  273.      ' CAUTION: Use of the R option on some machines will cause a crash
  274.      ' when you use ALT+ESC on top of PullDown.  Use the T option, or
  275.      ' no option at all to load the PC3270 Emulator.  The mouse will be
  276.      ' affected no matter what you select here for the 3270 software
  277.  
  278.      %-
  279.  
  280.      %LapLink III
  281.      !Plug in cables and transfer files PC - PC
  282.           +cd\ll3
  283.           +ll3
  284.           +pulldwn
  285.  
  286.  
  287.  
  288. DEF
  289. %Editor
  290.  
  291.      %Edit PULLDWN.DEF
  292.      !Uses EDITOR.BAT to edit the PULLDWN.DEF file
  293.      OKBOX=This option requires that you have modified EDITOR.BAT
  294.           +command/c EDITOR PULLDWN.DEF
  295.           +pulldwn
  296.  
  297.      %Edit PULLDWN.HLP
  298.      !Uses EDITOR.BAT to edit the main help file
  299.      OKBOX=This option requires that you have modified EDITOR.BAT
  300.           +command/c EDITOR PULLDWN.HLP
  301.           +pulldwn
  302.  
  303.      %QEDIT (With Prompt)
  304.      !Prompts for file to load into QEDIT
  305.           LOADFILE=\*.*,Enter File to Edit
  306.           +command/c QEDIT %1
  307.           +pulldwn
  308.  
  309.      %PE2 (With Prompt)
  310.           LOADFILE=\*.*,Enter File to Edit
  311.           +command/c PE2 %1
  312.           +pulldwn
  313.      %-
  314.  
  315.      %Load *.DEF
  316.           OKBOX=Option requires that you have modified EDITOR.BAT
  317.           LOADFILE=*.DEF,Enter Definintion File to Edit
  318.           +command/c EDITOR %1
  319.           +pulldwn
  320.  
  321. ' Sample to create your own exit routine.....
  322. DEF
  323. %Exit
  324.  
  325.      %Exit to DOS
  326.      !Exit to DOS
  327.      HI=1
  328.           YORN=Are you sure you want to exit?
  329.           +echo off
  330.           +cls
  331.           +echo Type PULLDWN [ENTER] to return to the menu system.
  332.           +echo.
  333.           ' echo. will echo out a blank line.
  334.           ' you could thus make it anything....
  335.           ' e.g. a special logo file etc.
  336.  
  337.      %Shell to DOS
  338.      !Invoke Secondary COMMAND Processor (Type EXIT to Return)
  339.           +echo off
  340.           +cls
  341.           +echo Type EXIT [ENTER] to return.  (RAM OHD=3.5K)
  342.           +echo.
  343.           +command
  344.           +pulldwn
  345.  
  346. ' End of Sample file.  See ADVANCED.DEF for the fancy options available.
  347.  
  348.