ccc Guest
|
 |
« Reply #1 on: June 17, 2004, 10:21:27 PM » |
|
thanx to all who replied...i figured it out myself. 1. share the directories on the server computer. 2. map drives on the client so now "z:" now points to \\desktop\blah\blah\blah "y:" now points to \\desktop\blah\ create batch file.
copy z:\*.* c:\blah\blah copy y:\*.exe c:\blah
|