exist.exe (c) Pedago Ab & Anders Gustafsson

Checks for the existence of a file in a script.

Usage:

Copy the executable into sys:public or other suitable directory in the path and
add the following line to the loginscript or application startup script:

#exist d:\autorun.inf

This will check if the file d:\autorun.inf exists. If the file exists it will
return an ERROR_LEVEL of "0", non-zero otherwise.

you can use this in a creative way to give ZEN 2 like qualities to ZEN 1.x:

#F:\public\exist.exe E:\adobe\eurofont.exe
if ERROR_LEVEL!="0" then begin
  #F:\public\box.exe   36;Error!;You need to insert the CD marked "Adobe" to run this program
  TERM "0"
end


As usual I take no resposiblility for what you do with this program. Comments are welcome,
adress them to dalton@pedago.fi.


Postcardware:

You may use this program as you wish. Should you find it useful, please send me a postcard.
The address is: Pedago Interaktiv Ab, Att: Anders Gustafsson, Nygatan 7B, FIN-22100 Mariehamn,
land, FINLAND.

More utilities:
Please see http://www.caledonia.net/catalog.html for more sysop-written utilities.

About Pedago Interaktiv Ab

Pedago Interaktiv Ab is a consulting company, located on the land Islands in
Finland. We specialise in:

- Network planning and implementation
- Training (instructor-led and CBT-BASED)
- Application develoment

For more information please contact dalton@pedago.fi or peter@pedago.fi. The latest version
of this utility can be found at www.pedago.fi/products/utils

