FR: Task Scheduler, Win 7, Audacity 1.3 Beta

This is probably quite trivial to accomplish; see this thread for the basics:

add a new CLI switch -doStartRecording (or whatever you like) and -doStopRecording (the matching functions are in Menus.cpp (OnRecord & OnStop). If you need help getting Audacity compiled just ask and I will get you up and running. If the programming is too difficult I can help with that as well.


“called from the task manager” ???

This would also be doable if you had CLI switches: -startTime & -recordLength plus -saveName
but getting the saveName parsed given spaces are allowed would be a bit tricky. One option would be to not allow spaces (but remember this has to be a fully qualified path: x:foldername.extension) in the supplied name; another would be to require that -saveName be the last switch with everything following (spaces and all) being the string composing the fully qualified path.