Command Line Mode
For automatic launch of the project and quiting after processing of the file, you can use command line parameters of MP3 HTML Generator as follows:
Command line syntax:
MP3.exe [-options] <Project file>
Where options include:
| -generate |
Generate mp3 list only |
| -upload |
Generate mp3 list and upload to web server |
| -se |
Generate Search Engine Only |
| -s:<path> |
scan a folder or drive "path" |
Examples:
"c:\Program Files\MP3 HTML Generator\mp3.exe" -generate d:\mp3\sitelist.m3h
"c:\Program Files\MP3 HTML Generator\mp3.exe" -generate -s:C:\music\
|