Add a recorder file in the current directory
Moderators: Hacker, petermad, Stefan2, white
Add a recorder file in the current directory
My system is windows 7.
I want to add sound recording files immediately in the current directory. And when I click the file, it can open either "SoundRecorder.exe(system)" or "***Recorder.exe(installed software)" to let me record the voice. How can I do that?
I want to add sound recording files immediately in the current directory. And when I click the file, it can open either "SoundRecorder.exe(system)" or "***Recorder.exe(installed software)" to let me record the voice. How can I do that?
I cannot drag it directly to the button bar, but I can set as follows.MVV wrote:I think you should try to start recorder with path to non-existing file in current directory in order to create it, maybe application supports it. Just drag recorder executable to buttonbar and then add "%P\new_file.extension" to parameter field.
Image: http://i730.photobucket.com/albums/ww309/ytyyutianyun/Ashampoo_Snap_20140622_12h47m20s_001_Changebuttonbar.jpg
Is it right? because I cannot get the file in the current location.[/img]
You have to use
Code: Select all
/FILE "%P\new_file.wma"
Thanks, and I useZoSTeR wrote:You have to useCode: Select all
/FILE "%P\new_file.wma"
Code: Select all
/FILE "%P\new_file.wma" /DURATION 0000:00:03
But can I have a name with name based on TIME instead of "new_file.wma".
For example,"20140125_205404.wma".