I have written this script to check if OS is Win 9x and copy a file to a specified location and if not copy the file to another location. This does not work so please let me as I am new to Kixstat.
==use s: ("\\triton.part\shared")
use u: ("\\triton.part\users")
use Z: ("\\Avmanage\programs")

IF EXIST
c:\windows
copy z:\lmhost c:\windows
else
copy z:\lmhost c:\winnt\system32\drivers\etc

ENDIF

Thanks