home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 455.lha / MyShell / myshell.doc < prev    next >
Text File  |  1990-12-10  |  3KB  |  87 lines

  1.  
  2.                                   MyShell
  3.  
  4.                                     by
  5.                                 Mike Thomas
  6.                                     and
  7.                                 Doug Keller
  8.  
  9.                    Copyright 1990 Synthetic Technologies
  10.  
  11.  
  12. [0] Introduction
  13.  
  14. MyShell allows you to open shell on a display of any size, it checks
  15. for your screen width and height and calculates the leftedge, topedge,
  16. width, and height for your shell.
  17.  
  18. [1] Usage
  19.  
  20. Usage: MyShell [-S/K] [-C/K] [-T/K] [-O] [-U] [-F]
  21.        -S/K shell program   default: NewShell
  22.        -C/K console device  default: CON:
  23.        -T/K title/options   default: NewShell/CLOSE from s:shell-startup
  24.        -U   display in upper half of screen
  25.        -H   display in half width of screen
  26.        -O   display in outer half of screen
  27.        -W   pull workbench to front
  28.  
  29. Normally to open a newshell your command line would look somewhat like this:
  30.  
  31.   NewShell CON:0/100/640/100/NewShell/CLOSE from s:shell-startup
  32.  
  33. -S allows you to change the program that opens the shell eg. ASHELL from
  34.    arp under 1.3
  35.  
  36. -C allows you to change the console device that is opened eg. AUX: or CNN:
  37.    from conman 1.3
  38.  
  39. -T allows you to provide a different title and options for the shell
  40.    eg. "NewShell/C from s:shell-startup" for use with conman the /C 
  41.        specifies conman to add a close gadget to the display.
  42.  
  43. -U positions the shell to open in the upper half of the screen.
  44.  
  45. -H this option will open the shell in only half of the width of the screen,
  46.    this is extremly useful in 2.0's SuperHiRes 1280x400 display
  47.  
  48. -O only useful in congunction with -H, and allows you to open the shell
  49.    in the outer half of the width of the display.
  50.  
  51.    NOTE: with -H and combinations of -O and -U you can open 4 shells on
  52.          the screen, under SuperHiRes this provides 4 full size shells!!
  53.  
  54. -W finally this option pulls the WorkBench screen to the front (if in back)
  55.  
  56. I use this program from within machiii allowing me to define Left-Amiga-ESC
  57. for left bottom shell, Left-Alt-ESC for right bottom shell and Left-Shift-ESC
  58. for right top shell in SuperHiRes.
  59.  
  60.  
  61. [2] Source code
  62.  
  63. Source code under SAS v5.10 included.  AmigaDOS release 2.0 compatible...
  64.  
  65.  
  66. [3] Legal junk
  67.  
  68. Permission is granted to distribute this program and its documentation for
  69. non-commercial purposes as long as the copyright notices are not removed.
  70. This program may not distributed for a profit without permission from Doug
  71. Keller.  Fred Fish has permission to distribute this program as part of the
  72. Fred Fish library.
  73.  
  74.  
  75. [4] Bugs and Info
  76.  
  77. If you would like to get in touch with me I can be reached on the following
  78.  
  79.     BIX: m.thomas or dkeller
  80.  
  81.     UUCP: dsk@ibm.com  until December 1990
  82.  
  83.           dkeller@lynx.northeastern.edu  starting Jan 1991
  84.  
  85.    BBS: Mike Thomas, on Lake Forest Logic BBS - 708-680-0590
  86.  
  87.