Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default How do I run an external program?

I have a program, that I would like to run from excel. It is AudioMagic

Here is the syntax of the program:
Command line option
syntax: audiomagic.exe /record [hh:mm:ss] [filename.mp3]

/record parameter enables AudioMagic to start automatically recording
immediately after the execution of the command. AudioMagic will stop
recording after specified duration hh:mm:ss (hh: hour, mm: minute, ss:
second). If the duration is not specified, AudioMagic will not stop
automatically, since it does not know when to stop. You need to stop it
manually by clicking stop button.

All the time fields (hh:mm:ss) are required. If the field is zero, then
specify it as 00 . For example, if you want to record only 10 minutes, then
the command line looks like this: audiomagic.exe /record 00:10:00 .

I would like to build the filename from cell e5. So FileName = e3 & ".mp3"
is what I would want to do.





TIA

Phil




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 66
Default How do I run an external program?

Search in Help for Shell.






Regards,

Cesar Zapata

"Phillips" wrote in message
news:jBKwb.227910$9E1.1248789@attbi_s52...
I have a program, that I would like to run from excel. It is AudioMagic

Here is the syntax of the program:
Command line option
syntax: audiomagic.exe /record [hh:mm:ss] [filename.mp3]

/record parameter enables AudioMagic to start automatically recording
immediately after the execution of the command. AudioMagic will stop
recording after specified duration hh:mm:ss (hh: hour, mm: minute, ss:
second). If the duration is not specified, AudioMagic will not stop
automatically, since it does not know when to stop. You need to stop it
manually by clicking stop button.

All the time fields (hh:mm:ss) are required. If the field is zero, then
specify it as 00 . For example, if you want to record only 10 minutes,

then
the command line looks like this: audiomagic.exe /record 00:10:00 .

I would like to build the filename from cell e5. So FileName = e3 & ".mp3"
is what I would want to do.





TIA

Phil






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying data to an external Program Debby Bunce New Users to Excel 1 June 9th 05 12:31 AM
execute external program when cell reaches certain value Brendan DJ Murphy Excel Worksheet Functions 0 February 16th 05 05:25 PM
Open external program bondy Excel Programming 1 October 22nd 03 01:57 PM
starting an external program with a command line Jonathan[_5_] Excel Programming 0 September 5th 03 02:29 PM
starting an external program with a command line Jonathan[_5_] Excel Programming 0 September 5th 03 02:20 PM


All times are GMT +1. The time now is 11:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"