You can include use two lines of script that will allow you to save the contents of the script window to a txt file and reopen it as a Notes window:type -o save test.txt;
doc -a test.txt;
Be sure to give the txt file a unique name since there is no prompt to overwrite an already existing text file with the same name if there is in fact one located in the main Origin directory to which this txt file will be saved by default.