home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49b.iso / freebies / BeOS5-PersonalEdition / data1.cab / Data_Files / image.be / beos / bin / ezmount < prev    next >
Encoding:
Text File  |  2000-03-24  |  262 b   |  12 lines

  1.  
  2.  
  3. if [ -z "$1" ]; then
  4.    echo usage: ezmount servername sharename username password 
  5. else 
  6.     mkdir /ezmount
  7.     /boot/beos/bin/cifsmount \\\\$1\\$2 $3 $4 /ezmount
  8.     sleep 2     # let things settle down a bit and then continue
  9.     /boot/beos/system/Tracker /ezmount
  10. fi
  11.  
  12.