home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL1 / CLOCKER.ZIP / EXAMPLE1.BAT < prev    next >
DOS Batch File  |  1994-01-08  |  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.