Hi guys, hopefully someone can help me with this:
I'm writing a script to backup files on each of our network computers. The script enables the user of each computer to specify which files to backup. This all works great, the only problem is that when the script runs Winzip to back the files up, it searches for the files on the web server computer (my computer), instead of locating the files on the specific network computer and backing them up.
For example, when a user on a network computer specifies that they would like to backup D:\documents\test.doc, instead of looking on their computer for the file, it will look on my computers (the server) D drive.
Is there any way to tell the script to look on the specific network computer (client) instead of the server?
Thanks in advance for any help.
Marc G