wait 5 # Upload unattended installation script onto RAMdisk put B:/AutoOSInstall.HC AutoOSInstall/AutoOSInstall.HC # Load & run command #include "B:/AutoOSInstall" command OSInstall(FALSE); # TODO: This is hopefully temporary! # Also inject an usable Comm module when we're at it put C:/Doc/Comm.HC.Z Shrine/Patched/Doc/Comm.HC # Reboot to flush file system command Reboot; wait 3