TrDos
ZXNet echo conference «code.zx»
From Eugene Stahov → To All 31 May 2000
Hello All.
While there is still a long way to go before the release of a normal axis with command line support,
I propose to implement the possibility of using them in tr-dos.
The first option may be suitable for running from the tr-dos command line:
A>RUN "program" parameterlist
I just haven’t had time to check where tr-dos will put this line, and it won’t nail it down
Lee :-). In any case, he swallows it silently. They say there was something somewhere
similar, but I haven't seen it.
Second option (for programs):
#5b00: db "$CMDLIN " ;identifier
db paramlist
db 0 ;terminator.
if you need to pass a very long string, for example a list of files to the archiver, then
you can:
#5b00: db "$CMLONG "
db "7",0 ;for example, on the seventh page.
Eugene
From Kirill Frolov → To Eugene Stahov 2 June 2000
31 May 00 18:17, Eugene Stahov wrote to All:
ES> Until the release of the normal axis with command line support
ES> is a bit far, I propose to implement the possibility of using them in
ES> tr-dos.
ES> The first option may be suitable for running tr-dos from the command line:
A>> RUN "program" parameterlist
ES> I just haven’t had time to check where tr-dos will put this line, and I haven’t
ES> will it kill you :-). In any case, he swallows it silently. They say somewhere
ES> there was something similar, but I didn’t see it.
It will kill the first part of the line, but with arithmetic in BASIC, everything.
It has no practical application. Used in Echology and INSULT demos.
ES> Second option (for programs):
ES> #5b00: db "$CMDLIN " ;identifier
ES> db paramlist
ES> db 0 ;terminator.
ES> if you need to pass a very long string, for example a list of files in
ES> archiver, then you can: #5b00: db "$CMLONG "
ES> db "7",0 ;for example, on the seventh page.Does it make sense? There are no old such programs, but new ones are for TR-DOS
It's better not to do it.