/* HippoPlayer - del file ** ** This script parses the filename of the played module and then ** deletes it from the list. ** ** Written by Marcel Doering [DonDoringo@GURU.rhein-main.de] */ options results address 'HIPPOPLAYER' get cnam CNAM = result ADDLIB('rexxreqtools.library',0,-30,0) IF ~EXISTS(cnam) then do nf=rtezrequest('Couldn`t find 'cnam' !'||'0a'x||'Aborting...','Okay','HiP_copy.rexx',) exit end DEL address command 'delete 'cnam'' EXIT