/////// SCRIPTS ////// void scriptE(){ //scriptE String line = "" ; String locFile = ""; String m = String.valueOf(month()); if (month()<10) m = "0" + m; String d = String.valueOf(day()); if( day()<10) d = "0" + d; String h = String.valueOf(hour()); if (hour()<10) h = "0" + h; String dateLine = String.valueOf(year()) + "/" + m + "/" + d ; println("line 0" + textLine[0]); println("line 1" + textLine[1]); println("line 2" + textLine[2]); //exécution du script , preparation mediaType = textItem[1][2] ; String mediaTitle = textItem[1][1] ; refOutput = refDisk + mediaTitle + "_ " + String.valueOf( (int) random(10000)) ; println("in scriptE mediaType " + mediaType); println("in scriptE refOutput " + refOutput); //copie de sécurité du script String textFileOut = refDisk + mediaTitle + String.valueOf(day()) + "_" + String.valueOf( (int) random(10000)) + ".txt" ; try{ BufferedWriter out = new BufferedWriter(new FileWriter(textFileOut)); /// textLoad(refDisk + "Script.txt"); for( int wordsv = 1 ; wordsvCreative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. */