Files

20 lines
373 B
Plaintext

seti $printhelp = $printhelp
seti $help = $help
if $help = 1
echo 'This will get the current drive status registers if direct IO.'
echo 'This does not work with passthrough.'
if $printhelp = 1
exit 0
endif
echo 'Hit ENTER to continue...'
userinput $choicestring
previousscript
endif
include good_subroutines.osc
gosub refresh_status
previousscript
end