a bit more complicated at least for me but prolly duable.
for a file per pc:
Code:

Break on
If Exist ("\\server\share\"+@wksta+".txt")
"computer-log exists"?
return
else
$rc = Open (1, "\\server\share\" + @wksta + ".txt" ,5)
If Exist ("c:\somefile.ext")
$rc = WriteLine (1, "somefile.ext exists on "+ @WKSTA + " " + @DATE + " " @TIME + "~")
$rc = Close (1)
EndIf
EndIf


Me making typo's? naaaaw *cough* Mart pointed out and me fixed.


Edited by Björn (2006-06-15 04:49 PM)
_________________________
as long as it works - why fix it?
If it doesn't work - kix-it!