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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-03-24
|
262 b
|
12 lines
if [ -z "$1" ]; then
echo usage: ezmount servername sharename username password
else
mkdir /ezmount
/boot/beos/bin/cifsmount \\\\$1\\$2 $3 $4 /ezmount
sleep 2 # let things settle down a bit and then continue
/boot/beos/system/Tracker /ezmount
fi