1@rem SetupMgrTag 2@echo off 3 4rem 5rem This is a SAMPLE batch script generated by Setup Manager. 6rem If this script is moved from the location where it was generated, it may have to be modified. 7rem 8 9set AnswerFile=.\winnt.sif 10set SetupFiles=D:\i386 11 12D:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% 13