home *** CD-ROM | disk | FTP | other *** search
-
- IfExists 1.0
- Copyright 1995 by Johan Billing
-
- Purpose of this program:
- ========================
- The normal 'If' command can't handle wildcards in 'If exists' statement.
- That is the reason why I wrote this program.
-
- Usage:
- ======
- Command template: FILE/A
-
- All you have to do is to specify the file/wildcard you want to search for.
- IfExists will return WARN if anything was found.
-
- Example:
- ========
-
- ; This example script will check for any files in the directory
- ; FILES:Upload
-
- IfExists FILES:Upload/#?
-
- If WARN
- Echo "There are unvalidated files in the upload area"
- EndIf
-
- Legal stuff:
- ============
- The program is FreeWare. You are may use and spread it freely. Upload
- it to your favourite BBS and give it to your friends!
-
- Author:
- =======
-
- Normal mail: Johan Billing
- Ă–stra Storgatan 22
- 260 60 Kvidinge
- Sweden
-
- E-mail: johan.billing@kcc.ct.se
-
- FidoNet: Johan Billing at 2:200/207.6@FidoNet
-
-
-