Page 1 of 1

How to get command line args ?

Posted: 08 Jul 2021, 22:36
by koodpzok
Hi i want to build a plugin that will get command line args of the start.exe(or wxstart.exe). I have tried using @ARGV on internet. But it didnt give me any result. What do i need to do?

Re: How to get command line args ?

Posted: 27 Jul 2021, 16:02
by alisonrag
to get command line arguments there is a example here:
https://github.com/OpenKore/openkore/bl ... les.pl#L30

if u want to parse commands there is a example here:
https://openkore.com/wiki/how_to_write_ ... e_Commands

Re: How to get command line args ?

Posted: 07 Dec 2021, 02:33
by koodpzok
Although its a bit late but thank u very much