QLCommander v 2.2.7- For Testers!

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

Re: QLCommander v 2.2.7- For Testers!

Post by desin »

QLC.cfg.png
QLC temp dir.png
QLC temp dir.png (10.22 KiB) Viewed 221 times
Extensions.png
Markus


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

Re: QLCommander v 2.2.7- For Testers!

Post by Andrew »

Sorry, Markus, I feel like we are playing some kind of Rorschach test: you show me images and I have to say what they make me think of :D

I published the code, so If you want to add _bin, or anything else, to the list of known extensions just edit line 11345 from
11345 IF ext$='_cde' OR ext$='_code' OR ext$='_rext' THEN x%=2
to
11345 IF ext$='_cde' OR ext$='_code' OR ext$='_rext' OR ext$='_bin' THEN x%=2
and recompile with Turbo (all compiler options are embedded in the source code, so no need to change them)

I love standardisation, so I renamed all extensions that I usually load by hand, to '_cde' or to '_rext', for those used for wrinting PE programs.


User avatar
desin
Brittle Membrane
Posts: 117
Joined: Mon May 10, 2021 10:33 am

Re: QLCommander v 2.2.7- For Testers!

Post by desin »

ok
qpc2 SMSQE 2.40
booting from win1_
flp1_ is present
running qlcconfig_bas
setting left panel dir to flp1_
setting right panel dir to ram1_
save
reset
left panel flp1_; right panel win1_temp_

setting left panel dir to ram1_
setting right panel dir to flp1_
save
reset
left panel flp1_; right panel win1_temp_

Markus


javier2112
ROM Dongle
Posts: 40
Joined: Thu Jan 27, 2022 6:02 pm

Re: QLCommander v 2.2.7- For Testers!

Post by javier2112 »

Markus, check the path where configuration is saved.

This path must be the same you pass as parameter when you execute qlc227_exe


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

Re: QLCommander v 2.2.7- For Testers!

Post by Andrew »

Hi Markus

You are probably saving qlc_cfg in the wrong directory!

Start qlcconfig_bas
Set "Save config to: " to the directory where you installed QLCommander
Press F3 to load the configuratin that is used by QLC
Modify the values in config file (but not modify "Save config to: " - this has to be the path to the directory where you installed QLCommander)
Press F1 to save the new configuration


User avatar
desin
Brittle Membrane
Posts: 117
Joined: Mon May 10, 2021 10:33 am

Re: QLCommander v 2.2.7- For Testers!

Post by desin »

my QLC.cfg
512
ram1_T_
win1_
win1_QLC_
0
1
40
30
win1_XCHANGE_
XCHANGE
win1_pro_
qd
0
1
0

and the result
QLC subdirectory.png
Markus


Derek_Stewart
Font of All Knowledge
Posts: 4653
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 »

Hi,

Finally got around to looking at the new QLCommander, on QPC2, SMSQmulator, sQLux. Once I had read the manual and configured QLComander.

I have been running QLCommander on with FileInfo2 configured to CTL F. Filefino2 selection of files work perfectly.

Great program well done.


Regards,

Derek
Derek_Stewart
Font of All Knowledge
Posts: 4653
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 »

Hi,

Any chance of adding support of PIC files and JPG via Photon?


Regards,

Derek
User avatar
tofro
Font of All Knowledge
Posts: 3058
Joined: Sun Feb 13, 2011 10:53 pm
Location: SW Germany

Re: QLCommander v 2.2.7- For Testers!

Post by tofro »

Derek_Stewart wrote: Sat Mar 22, 2025 10:49 am Any chance of adding support of PIC files and JPG via Photon?
Isn't that exactly the purpose of FileInfo?


ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
User avatar
Andrew
QL Wafer Drive
Posts: 1031
Joined: Tue Jul 17, 2018 9:10 pm

Re: QLCommander v 2.2.7- For Testers!

Post by Andrew »

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. ;)


Post Reply