Pages: 1
|
 |
|
Author
|
Topic: Executing Programs with RF (Read 1919 times)
|
Josef Gabriel
Jr. Member
  
Karma: +0/-0
Offline
Posts: 23
I'm a llama!
|
Hi all,
I want to create a RetroForth script to do some file conversions for me. The script would use 2 other programs to do the work for me. I was wondering how to do this. The handbook covers using c functions, but not really programs.
Thank you,
Josef
|
|
|
|
|
Logged
|
|
|
|
Charles Childers
Administrator
Sr. Member
    
Karma: +2/-0
Offline
Posts: 745
|
I assume that you want to invoke these other programs from inside RetroForth? If so, it can be done, but I'll need to know what OS you're doing the work on to make sure I use the proper API's when I write an example for you.
|
|
|
|
|
Logged
|
|
|
|
Josef Gabriel
Jr. Member
  
Karma: +0/-0
Offline
Posts: 23
I'm a llama!
|
Charles,
I am using Windows XP. I am planning on running Lame and TooLame with modifiers each.
Example: lame -a -b 80-e
Thank you,
Josef
Edit: Example: lame --decode <input.mp3> <output.wav> Where ouput.wav could be "-" like in stdout tooLame -a -b 80 -e <output.wav from lame> <output.mp2>
|
|
|
|
« Last Edit: October 08, 2005, 09:51:29 PM by Josef Gabriel »
|
Logged
|
|
|
|
|
|
Josef Gabriel
Jr. Member
  
Karma: +0/-0
Offline
Posts: 23
I'm a llama!
|
Charles,
This is wicked awesome.
Thank you,
Josef
|
|
|
|
|
Logged
|
|
|
|
Pages: 1
|
|
|
|
|