Page 7 of 8

Re: QLCommander v 2.2.7- For Testers!

Posted: Fri Mar 21, 2025 8:12 pm
by desin
QLC.cfg.png
QLC temp dir.png
QLC temp dir.png (10.22 KiB) Viewed 253 times
Extensions.png
Markus

Re: QLCommander v 2.2.7- For Testers!

Posted: Fri Mar 21, 2025 8:52 pm
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.

Re: QLCommander v 2.2.7- For Testers!

Posted: Fri Mar 21, 2025 11:10 pm
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

Re: QLCommander v 2.2.7- For Testers!

Posted: Fri Mar 21, 2025 11:43 pm
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

Re: QLCommander v 2.2.7- For Testers!

Posted: Fri Mar 21, 2025 11:48 pm
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

Re: QLCommander v 2.2.7- For Testers!

Posted: Sat Mar 22, 2025 7:38 am
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

Re: QLCommander v 2.2.7- For Testers!

Posted: Sat Mar 22, 2025 10:42 am
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.

Re: QLCommander v 2.2.7- For Testers!

Posted: Sat Mar 22, 2025 10:49 am
by Derek_Stewart
Hi,

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

Re: QLCommander v 2.2.7- For Testers!

Posted: Sat Mar 22, 2025 11:09 am
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?

Re: QLCommander v 2.2.7- For Testers!

Posted: Sat Mar 22, 2025 12:10 pm
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. ;)