Yes, you are right but command line is out o may hands now, I'm focusing on compression and how automatically adding minimal modules.
Ciao,
Roberto
Roberto,
in case of a bundled exe is executed, I think you have to pass CommandLine to createprocessex otherwise it will not be possible to use command line with scripts.
Ciao
Eros
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Yes, you are right but command line is out o may hands now, I'm focusing on compression and how automatically adding minimal modules.
Ciao,
Roberto
http://www.thinbasic.com
Roberto,
current thinBundle have "Command line" text box in order to add fixed command line when script inside bundled exe is executed.
I think command line should be dynamic and not specified during bundling.
When bundled exe is executed, main runtime should take full command line and pass to thinbasic main script during CreateProcessEx.
So if bundled exe is executed as:
CreateProcessEx should be something like:MyBundledExe.exe MyCommand1 MyCommand2
CiaothinBasic.exe MyMainScript.tBasic MyCommand1 MyCommand2
Eros
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Perhaps it should be already done as you say, sorry may be it does not work properly!
http://www.thinbasic.com
OK, thanks Roberto.
I will check and get you back
Ciao
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Roberto,
seems working fine now. Both fixed and dynamic command line parameters are handled.
This feature will be present in next release.
Thanks
Eros
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Bookmarks