home *** CD-ROM | disk | FTP | other *** search
/ Multi-CD Magazin 1994 April / MultiCDMagazin0494.bin / sw_top10 / clockr22 / example1.bat < prev    next >
DOS Batch File  |  1993-09-19  |  154b  |  8 lines

  1. @echo off
  2.  
  3. rem ** Attach to Server **
  4. echo "password" | attach servername/username > nul
  5. map i:=servername\volume:directory
  6.  
  7. copy i:myfile.exe c:\
  8.