|
From version 3.7,the 3D MP3 Sound Recorder support command line ,
make it easy to work with windows schedule task. The usage of command
line is:
3DMP3Recorder.exe [command] [option]
In current version , where
command :
/r
start recording when launched.
/rs
start signal recording when launched.
/rt
start schedule recording when launched.
/rst
start
both signal and schedule recording when launched.
option :
-filename
the file name used for recording. if no file name supplied, use the
previous file name instead
example:
3DMP3Recorder.exe /r -filename c:\mymusic\mywav.wav
3DMP3Recorder.exe /rs -filename c:\mymusic\mywav.wav
3DMP3Recorder.exe /rt -filename c:\mymusic\mywav.wav
3DMP3Recorder.exe /rst -filename c:\mymusic\mywav.wav
|