home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsf / ifexist / !Help next >
Encoding:
Text File  |  1996-02-25  |  4.8 KB  |  107 lines

  1. +---------------------------------------------------------------------------+
  2. |                          IfExist, version 1.00.                           |
  3. |                       © DizzyWizard Software 1996.                        |
  4. |                             By John Wright.                               |
  5. +---------------------------------------------------------------------------+
  6.  
  7. Introduction
  8. ~~~~~~~~~~~~
  9. IfExist is a small transient utility that check for the presence of a certain
  10. file, and executes a *-command if it is not present. This is extremely useful
  11. in command scripts, in particular !Run files etc.
  12.  
  13. How to use IfExist
  14. ~~~~~~~~~~~~~~~~~~
  15. IfExist is supplied in the form of a transient utility. This can be called
  16. from the command line in the following way:
  17.  
  18. *IfExist <filename> <command> <command>
  19.  
  20. We recommend you place Kill inside your library directory if you wish to use
  21. it from the command line on a regular basis, as this saves typing in the
  22. full pathname of the utility everytime you wish to use it. If you do not
  23. have a library directory and are unsure of their use, please consult the
  24. Risc OS 3 User Guide that came with your computer.
  25.  
  26. When run, the utility will check for the presence of the given file. If it
  27. is present then the first *-command will be executed. If it is not present
  28. then the second *-command will be executed.
  29.  
  30. Credits
  31. ~~~~~~~
  32. All code - John Wright.
  33.     Docs - James Larcombe.
  34.  
  35. History
  36. ~~~~~~~
  37. 1.00 (25-02-96) - First release version
  38.  
  39. Legal
  40. ~~~~~
  41. This utility is FREEWARE. That means that you can distribute it freely, as
  42. long as no more than nominal media costs are charged. In other words, most
  43. PD libraries should be OK apart from Skyfall PD, who we would ask to refrain
  44. from distributing this and any of our other software. You can upload it to
  45. BBSes provided nothing is changed and *this file remains with the
  46. application*! AT ALL TIMES, no matter who distributes it, the copyright
  47. remain with © DizzyWizard Software 1995. OK? Oh, and also, we take no
  48. responsibility for any loss of data or other damage incurred whilst this
  49. software is in use. It shouldn't happen, but if it does, don't blame us!
  50.  
  51. This utility can also be distributed with 3rd party applications, as long as
  52. we are explicitly credited with it's copyright in the helpfile. In such cases
  53. this document need not be distributed with the utility. If you are going to
  54. distribute this utility with a commercial application, please contact
  55. DizzyWizard Software first. NOTE however that this is the ONLY time the
  56. utility may be distributed without this helpfile!
  57.  
  58. DizzyWizard Software
  59. ~~~~~~~~~~~~~~~~~~~~
  60. DizzyWizard Software is a group of programmers, artists and musicians who
  61. enjoy creating software for Acorn's 32-bit machines. Although primarily a PD
  62. group, we also have some commercial software in development, and would be
  63. happy to consider any programming work anyone may have on offer.
  64.  
  65. To contact DizzyWizard Software for general enquiries, software support or
  66. to obtain our latest catalogue (a must!) please contact us using one of the
  67. following methods:
  68.  
  69. Contacting DizzyWizard Software
  70. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  71.  
  72. Internet: dizzywiz@digibank.demon.co.uk
  73.  Fidonet: "Dizzy Wizard Software" at 2:257/501.0
  74.      BBS: User #1462 ("Dizzy Wizard Software") on the Digital Databank BBS
  75.      Fax: (01752) 253388
  76.      WWW: http://www.warwick.ac.uk/~esvwh/dws/index  - UNDER CONSTRUCTION!
  77.  
  78.  
  79. We also have software support areas on several bulletin boards, including
  80. the Digital Databank BBS.
  81.  
  82.   +-------------+---------------------------------------------------------+
  83.   |BBS..........|Digital Databank BBS                                     |
  84.   |Sysop........|John A Stonier (Internet: jstonier@digibank.demon.co.uk) |
  85.   |Location.....|Welwyn Garden City, Hertfordshire, UK.                   |
  86.   |FidoNet......|2:257/501.0                                              |
  87.   |Internet.....|@digibank.demon.co.uk                                    |
  88.   |Line 1.......|(0707) 329306 / 300-28.8k / MNP 1-5(v42/42bis) / 23 Hrs  |
  89.   |Lines 2/3/4..|(0707) 323531 / 300-14.4k / MNP 1-5(v42/42bis) / 24 Hrs  |
  90.   |Data Format..|8 bits, No parity 1 Stop bit                             |
  91.   +-------------+---------------------------------------------------------+
  92.   |                 (Acorn Information at your Fingertips)                |
  93.   +-----------------------------------------------------------------------+
  94.  
  95. Individual contact addresses can be obtained by emailing us at the address
  96. shown above or by logging on to the Digital Databank.
  97.  
  98. The author of this program is at university at the moment, and can be
  99. reached at the following email address:
  100.  
  101. j.w.wright@csv.warwick.ac.uk
  102.  
  103. Watch out for more DizzyWizard Software productions in the near future...
  104. consult our catalogue for more information.
  105.  
  106.  
  107. DizzyWizard Software hope you enjoy using IfExist, v1.00.