rootdir$ = "f:\HPics\Hentai Doujin\"
listtxt$ = "c:\qb64\thelist.txt"
SHELL "dir /o/b > " + listtxt$
IF LEN(d$
) = 1 OR d$
= "0-9" THEN ' <<< START OF BLOCK IF STATEMENT
IF whereto$
>= "0" AND whereto$
<= "9" THEN whereto$
= "0-9"
CHDIR rootdir$
+ whereto$
exe$ = "move " + q$ + "..\" + d$ + q$ + " " + q$ + "." + q$
END IF ' <<< END OF BLOCK IF STATEMENT