Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: easy_john on September 30, 2011, 03:37:21 PM

Title: Arexx - how to get file version and values from external
Post by: easy_john on September 30, 2011, 03:37:21 PM
Hi.

- I need get version of file (.library, for example) inside arexx script.
How i can do it?

- How to get some information from external commands?
For example - i try to execute some command in shell:
Code: [Select]
ADDRESS 'command'
dir
ADDRESS

and i need result of 'dir' inside script.