QLCommander v 2.2.7- For Testers!

Anything QL Software or Programming Related.
User avatar
desin
Brittle Membrane
Posts: 119
Joined: Mon May 10, 2021 10:33 am

Re: QLCommander v 2.2.7- For Testers!

Post by desin »

qlcconfig_bas
running on QDOS needs this or similar

1251 IF NOT "HBA" INSTR VER$
1252 a$='win1_QLCOMMANDER_'
1253 ELSE
1255 a$=HOME_DIR$: IF a$='' THEN a$='win1_QLCOMMANDER_'
1257 END IF

Markus


Derek_Stewart
Font of All Knowledge
Posts: 4684
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: QLCommander v 2.2.7- For Testers!

Post by Derek_Stewart »

Andrew wrote: Sat Mar 22, 2025 12:10 pm
Derek_Stewart wrote: Sat Mar 22, 2025 10:49 am Hi,

Any chance of adding support of PIC files and JPG via Photon?
No, no chance. I mean, I can easily add it, but why?
QLCommander has support for FileInfo, and through FIleInfo it supports any kind of extension. ;)
OK, no problems, I have Fileinfo2 configured for this anyways.


Regards,

Derek
User avatar
Andrew
QL Wafer Drive
Posts: 1033
Joined: Tue Jul 17, 2018 9:10 pm

Re: QLCommander v 2.2.7- For Testers!

Post by Andrew »

desin wrote: Sat Mar 22, 2025 1:24 pm qlcconfig_bas
running on QDOS needs this or similar

1251 IF NOT "HBA" INSTR VER$
1252 a$='win1_QLCOMMANDER_'
1253 ELSE
1255 a$=HOME_DIR$: IF a$='' THEN a$='win1_QLCOMMANDER_'
1257 END IF

Markus
Yes, you are right!


Post Reply