!747 m { static S botToZip = "#1001325"; // Heart (loud) static int compressionLevel = 9; // highest! p { botToZip = formatSnippetID(botToZip); print("Killing bot to zip first.."); killProgramID(botToZip); print("OK, proceeding with zipping."); File zipPath = new File(getProgramDir(), "the.zip"); zipBot(botToZip, zipPath); } }