|
Hi,
The problem is that the script fails to run because of the error message the latest script does seems to point to a temporary directory
Thanks Mike ================================================ ; $tmp_directory=ExpandEnvironmentVars("%tmp%") ; IF (substr($tmp_directory,len($tmp_directory),1) <> "\") ; $tmp_directory=$tmp_directory+"\" ; ENDIF
; --------------------------------------------------------------------------- ; - site defined settings - ; --------------------------------------------------------------------------- ; - 1. "$file" log printer information to specified file. it is the prefix value. ; - extension are: ; - - .lst (= historical list with a total list of all configured printers) ; - - .usr (= dynamic list by username) ; - - .def (= dynamic list by printer & username) ; - _debug.txt (= debug information) ; - advise: use a hidden directory on server with read + write access. ; - 2. "$debug_mode". usefull for kixtart programmers. ; - 3. "$debug_file". log printers debug information to specified file. ; -------------------------------------------------------------------------- $file=$tmp_directory+"printers" ; - extension will be added: lst, usr, def - ;
|