[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

how to open a file with perticular exe and copy info to text

Sangeeta Huddar

5/14/2009 11:57:00 AM

hi all,
i m trying to open a audio file with the cooledit ( audio pcm file
player/analyser) and i wanted following steps to do it ruby
1. open the file with the cooledit.exe
2. click the statistic button
3. copy the statistic ( which default copies to clipboard)
4. then paste to a text on system

can anyone help me with this pls


--
sangeeta
--
Posted via http://www.ruby-....

2 Answers

Clemens Wyss

5/14/2009 12:43:00 PM

0

doesn't cooledit.exe have commandline parameters?

Sangeeta Huddar wrote:
> hi all,
> i m trying to open a audio file with the cooledit ( audio pcm file
> player/analyser) and i wanted following steps to do it ruby
> 1. open the file with the cooledit.exe
> 2. click the statistic button
> 3. copy the statistic ( which default copies to clipboard)
> 4. then paste to a text on system
>
> can anyone help me with this pls
>
>
> --
> sangeeta

--
Posted via http://www.ruby-....

Sangeeta Huddar

5/14/2009 1:38:00 PM

0

>>> i m not sure it have .. i have checked in the help i couldnt find any



Clemens Wyss wrote:
> doesn't cooledit.exe have commandline parameters?
>
> Sangeeta Huddar wrote:
>> hi all,
>> i m trying to open a audio file with the cooledit ( audio pcm file
>> player/analyser) and i wanted following steps to do it ruby
>> 1. open the file with the cooledit.exe
>> 2. click the statistic button
>> 3. copy the statistic ( which default copies to clipboard)
>> 4. then paste to a text on system
>>
>> can anyone help me with this pls
>>
>>
>> --
>> sangeeta

--
Posted via http://www.ruby-....