!747 m { static S botToZip = "#1001325"; // Heart (loud) static S dataID; 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(), botToZip + ".zip"); zipBot(botToZip, zipPath); S title = "Data zip of " + botToZip + " on " + computerID() + " at " + now(); S gummipw = getProgramID(); dataID = uploadDataSuperHigh(gummipw, title, zipPath); print("\nDone. Data ID: " + dataID); } }