Hope this helps you:
The following extract could be entered into your s:/startup-sequence.s or create a file that you 'execute' when required.
<-- snip -->
C:assign Samba: dh1:programs/miami3.1/samba
Run <>NIL: Miami:Miami NOGUI
;WaitForPort MIAMI.1
Run <>NIL: Samba:bin/nmbd <>NIL: nmbd -S -n amiga
Run <>NIL: Samba:bin/smdb <>NIL: smbd -S
; Now mount the PC drives
;Wait Secs=2
;c:Mount PCC:
;Mount PCC2:
; c:loadwb
<-- snip -->
Then use the C:/mount command to 'mount' the PC drives.
Example mount dos-driver:
<-- snip -->
Handler = L:SMB-Handler
Stacksize = 40000
Priority = 5
GlobVec = -1
Mount = 1
Startup = "C=\\win98\C MH=amiga W=domain U=guest P=''"
<-- snip -->
Win98 = Name of MY PC workstation
MH = Name of MY Amiga workstation
W = Name of MY workgroup so change these values accordingly for your environment.
If you need more help regarding DOS drivers/mounting see:
http://www.amigarealm.com/computing/workshop/programs/extras/csub5.htmNetworking FAQs:
http://www.amigarealm.com/computing/nkb6.htmCiao,
Il Skippo