How to get command line args ?
Moderator: Moderators
-
- Human
- Posts: 26
- Joined: 21 Jul 2009, 13:27
- Noob?: No
How to get command line args ?
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
-
- Developers
- Posts: 35
- Joined: 30 Jun 2011, 12:25
- Noob?: No
- Location: Brazil
Re: How to get command line args ?
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
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"
-
- Human
- Posts: 26
- Joined: 21 Jul 2009, 13:27
- Noob?: No
Re: How to get command line args ?
Although its a bit late but thank u very much
Hi everyone dont scold me plz