#------------------------------------------------------ # File: EmtpyKeg.eps # # Performs EmptyKeg deployment # # Modifications: # 03/23/07 Created. # #------------------------------------------------------ string $version = "EmptyKeg 1.0.0.1"; @echo off; echo " "; echo "--------------------"; echo "$version"; echo "--------------------"; echo " "; echo " "; echo "Use one of the following for specific commands.\r\n"; echo "\t emkg_touch \r\n"; echo "\t emkg_plist \r\n"; echo "\t emkg_run \r\n"; return true ;