@echo off

if not exist %systemroot%\system32\drivers\filedisk.sys goto installfiledisk

:mountiso
C:\MrC\Iso\exe\filedisk.exe /mount 0 \\SU3200\install$\wsusoffline\iso\wsusoffline-enu-x86.iso /cd x:

x:\Update.cmd

C:\MrC\Iso\exe\filedisk.exe /umount x:

goto end


:installfiledisk
call "Install FileDiskISO.BAT"

:end
exit
