home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 468.lha / Batchrequester / Batchrequester.doc < prev    next >
Text File  |  1991-02-08  |  2KB  |  62 lines

  1.  
  2.                             BatchRequester
  3.  
  4. Copyright 1990 by Christoph Teuber
  5.                   Rheinstr. 65
  6.                   5600 Wuppertal 1
  7.                   West-Germany
  8.                   Tel.: 0202/424394
  9.  
  10.  
  11. This simple but useful little programm has it's only job in bringing up an
  12. (Arp)Filerequester and writing the result to an environment-variable. It
  13. can be made resident and has to be called from CLI or shell with
  14.  
  15.     Batchrequester <variable> <titel> <filename>
  16.  
  17. where
  18.  
  19. <variable> is the name of the variable. You have to type the whole path
  20. (e.g. env:myvar) because this has the advantage that you also can write to
  21. other files than those in the env: assignment.
  22.  
  23. <titel> is simple the string written in the title-bar of the requester.
  24.  
  25. With <Filenamen> you can predefine a complete filename (including path)
  26. wich is written to the string-gadgets and used if no other selction is made
  27. or the user CANCELed the requester. If you only want to predifine a
  28. directory and no file you have to add a "/" at the end.
  29.  
  30. e.g.:
  31.  
  32.     Batchrequester Env:Fridolin Hallihallo df1:Textfiles/
  33.  
  34. opens a requester, predefines "df1:textfiles" and writes the result to an
  35. variable called Fridolin.
  36. Later on this can be used for example in a batch-file, e.g:
  37.  
  38.     Type $Fridolin
  39.  
  40. The message in the title-bar is "Hallihallo".
  41.  
  42. Ok, thats all.
  43.  
  44. This Programm is Freeware and may be copied freely as long as no charge
  45. (except of a small fee for the disk and shipping) is made. All rights are
  46. reserved.
  47.  
  48. If you copy this programm, please make sure that the following files are
  49. included:
  50.  
  51.         Batchdatei.mod      Oberon-Sourcecode
  52.         Batchdatei.Dok      this doc.
  53.         Batchdatei          The executable
  54.  
  55. I won't be angry if you also include the german docs but thats your choice.
  56.  
  57.  
  58. Bugreports and other comments are welcome.
  59.  
  60.  
  61. Christoph
  62.