Displaying 1 result from an estimated 1 matches for "mdadf".
Did you mean:
mdadm
2001 Jan 25
0
proliferation of SAMBA links in W2K
...low time for user's SMB connections > NUL:
echo Synchronizing System Time with DCE Cell . . .
net time \\snjw9501.sanjose.ibm.com /set /yes
rem:
echo After your network connections are established,
echo (to set up your drive map for M, N, P, T)
pause
rem:
rem: ---------------------- MDAdfs > NUL:
subst /d M: > NUL:
subst M: U:\tools\mda
echo set M:
rem:
rem: ---------------------- User's DFS $HOME/pc directory > NUL:
subst /d N: > NUL:
subst N: U:\tools\mda\data\pc\team\u\
echo set N:
rem:
rem: ---------------------- Project data > NUL:
subst /d P: &g...