| Author |
Messages |
|
SuperUser
  Posts:26
 |
| 01/19/2004 2:32 AM |
|
Using SDO, one can deploy installable packages to remote machines (which can also be a single file package). My question is, is it possible to get files from remote machines back to the server using the same technology? |
|
|
|
SuperUser
  Posts:26
 |
| 01/23/2004 8:46 AM |
|
Sure, you can create a DOS batch file and make that your "install" method. Just place something like this in your bat file: copy c:\directory\file.txt \SDOSERVER\MYSHARE$ When you push this package to a workstation, it will copy the file from the directory you specify to the server and share you specify. Hope that helps. Don |
|
|
|
|