if( Is_Auto_Execution ) { Clip_Ins() // copy clipboard to buffer } EoF //if( Cur_Col > 1 ){ Ins_Newline() } Begin_of_File() Ins_Text('> ') Replace("|N","|N> ",ALL+ADVANCE+NOERR) Clip_Copy_Block( 0 , File_Size ) //if(Is_WinNT){ // alert() // Sound() crashes WinNT! //} else { Sound( 1760 , 200 ) // signal user that process is complete //} if( Is_Auto_Execution ) { Qally }