Yokemate of Keyboards
Posts: 2166 from 2003/2/24
From: po-RNO
You could also use the
WaitX command, to run your command lines delayed, but without delaying the rest of the startup script(s) (which happens if you use the normal Wait command).
For example:
Run >NIL: WaitX S=5 Run >NIL: SmbFS WORKGROUP=lyonsden USER=steve PASSWORD=******** VOLUME=Music: SERVICE=//Enterprise/music
(not sure if you need the second "Run >NIL:" with the SmbFS anymore in this case, but doesn't hurt either)
You could also change the S value (seconds) a bit for each mount so that they won't get executed at the same time.
[ Edited by jPV 04.05.2018 - 12:25 ]