I've been using DBF Commander with multi-line single commands, by highlighting the code and clicking Execute.
Is there a way to create a script with multiple commands, including the use of variables?
For example:
set ItemStart = "ABC"
set ItemEnd = "RST"
select * from "C:\filename"
where ItemNumber > ItemStart and ItemNumber < ItemEnd
order by itemNumber
Thanks!