It should be working with all typos corrected, however batch files do
not need START/WAIT to run them sequentially. CALL is all that is
needed. Type CALL/? at prompt.
CALL D:\Silent_installer.bat
CALL D:\def.bat
If you still have items loading at the same time, then you need to look
in those batch files for any lines using START to run executables within
those batch files without a /WAIT switch. If you are still having
problems with this, post the contents of those batch files and explain
where the problem is.
--
Todd Vargo
(Post questions to group only. Remove "z" to email personal messages)