* Create a profile for recording if you don't already have a suitable one,<br>
<code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -ProfileManager</code>
* Assuming we want a recording for http://www.website.com and our profile is called “recording” we can make the save a recording to <code>mytest.aer</code> with the following command line:<br>
<code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -P recording -recording http://www.website.com/ -recording-output mytest.aer</code>