Hi, I solved it after I sent the note - it made me think about the way I had
it set up.
I was trying to perform the backups on a schedule to run unattended using
the Windows XP "Scheduled Tasks", one on XP Pro, one with XP Home.
I realized that while I was logged on, I had the target network drive mapped
as a drive number. However, to run unattended I needed to put in the
specific path such as \\computer\shareddrive\directory. I also had the
additional wrinkle of connecting to a backup drive that is "hidden" from view
on the network and does not appear browsing "network neighborhood". So, the
only way I found to do all that using the backup tool (standard NT/XP backup
tool that comes with Windows) was to create the backup and schedule it as per
usual, then find the task in the Scheduled Tasks list, look in properties and
change the appropriate part of the commnad line (in the "Run" line) from
"F:\filename.bkf" to the appropriate format of
"\\computer\shareddrive\directory\filename.bkf" (substituting my real path
and parameters, of course.)
It works like a charm....