home *** CD-ROM | disk | FTP | other *** search
/ Micro R&D 1 / MicroRD-CD-ROM-Vol1-1994.iso / os20 / util / runpal_v1_1.lha / RunPal_V1.1 / RunPal_V1.1.doc < prev   
Text File  |  1992-11-19  |  3KB  |  85 lines

  1.  
  2.                                    RunPal
  3.                                    ------
  4.  
  5.                                 Version 1.1
  6.  
  7.                      Copyright 1992 by Bilbo the first
  8.  
  9.  
  10. For license and terms for software originating from Bilbo the first consult
  11. the file CopyrightNotice which came with this package.
  12.  
  13.  
  14. The aim of the game:
  15. -------------------
  16.  
  17. Do  you  run  your  system  under  another  screenmode than PAL or NTSC, for
  18. example  EURO72?   Have  you  ever tried to start a game or demo from within
  19. this  screenmode?   Have  you ever been angry about those programmers who do
  20. not  stick to the system friendly way of programming thus producing programs
  21. which are not aware of the screenmode they were started out of?
  22.  
  23. Here is the solution to this problem: RunPal
  24.  
  25. RunPal  is  an  Kick1.4+  tool,  it will NOT work under Kick1.0/1.1/1.2/1.3!
  26. RunPal  is 100% pc-relative and reentrant Assembler code, so you can set the
  27. pure  flag and make it resident.  RunPal takes a commandline as argument and
  28. executes  this  commandline, just after having opened a little PAL screen in
  29. the front.  When the commandline is executed the screen is closed and RunPal
  30. returns  to the CLI.  Do not try to start RunPal from the Workbench, it does
  31. not include the Workbench startup code.
  32.  
  33.  
  34. How to use RunPal:
  35. -----------------
  36.  
  37. AmigaDOS template:                  EBNF description:
  38.  
  39. RunPal C=COMMANDLINE/F commandline  RunPal [C[=]|COMMANDLINE[=]] commandline
  40.  
  41. Examples of valid usage:
  42.  
  43.  RunPal VirtualIntelligence   ;a demo
  44.  RunPal C list >RAM:foo SYS:  ;senseless, but works
  45.  RunPal C= C:dir RAM:         ;senseless, but works
  46.  RunPal COMMANDLINE XCopyPro  ;a copy program
  47.  RunPal COMMANDLINE=Resident  ;works (Resident is resident here)
  48.  
  49. You see, that the commandline can consist of same complex format as could be
  50. used  in  the AmigaDOS shell.  In-/Output redirection is possible.  There is
  51. not much to tell about this little program, I just wrote it because I needed
  52. it, I hope you have use for it.
  53.  
  54.  
  55. Known bugs:
  56. ----------
  57.  
  58. sorry, none :-)
  59.  
  60.  
  61. History:
  62. -------
  63.  
  64. V1.1    : first public release
  65.  
  66.  
  67. Thanks, greetings:
  68. -----------------
  69.  
  70.  ·thanks, Jesus Christ for being the god who cares about us all
  71.  ·thanks and love to my girlfriend for being such a patient person
  72.  ·thanks  to  Slammer  of  Anarchy for his explanation how HP48SX expects the
  73.   sample data
  74.  ·greets to Zaphod Beblebrox of Hypenosis (who will buy a CAT in a sack? :-)
  75.  ·HOARS to ALFred, tète de patate, greets to Zenith members, too
  76.  ·greets to all the nice pals on irc (Mnemo, Skull, Zop, Delirium, Gucky,
  77.   SteveVai,  Outland,  Gateway,  U4IA, Janne, Milano, Juggi, Advance, Goldrnr,
  78.   and all I know but forgot now (I'm in a hurry, you know))
  79.  
  80. For  bugreports,  ideas  and  all  other concerning RunPal meet me on irc on
  81. channel #amiga.
  82.  
  83. Bilbo the first of Hypenosis (19-Nov-92).
  84.  
  85.