szMsg = OutDone
strcat szMsg $filename
rename $filespec szMsg
Outdone is a pathname like c:\printed\done\
Any help would be greatly appreciated.
Mike Klein
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
The copyfile command is what you want to use to actually move the
file. You could even use that command to eliminate the need for the
rename command.