Files
2022-10-12 10:13:51 +02:00

20 lines
369 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
gosub refresh_status
previousscript
end