How to get command line args ?

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Message
Author
koodpzok
Human
Human
Posts: 26
Joined: 21 Jul 2009, 13:27
Noob?: No

How to get command line args ?

#1 Post 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?
Hi everyone dont scold me plz

User avatar
alisonrag
Developers
Developers
Posts: 34
Joined: 30 Jun 2011, 12:25
Noob?: No
Location: Brazil

Re: How to get command line args ?

#2 Post 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
"ignorance is a blessing"

koodpzok
Human
Human
Posts: 26
Joined: 21 Jul 2009, 13:27
Noob?: No

Re: How to get command line args ?

#3 Post by koodpzok »

Although its a bit late but thank u very much
Hi everyone dont scold me plz

Post Reply