|
|
#1 |
|
Junior Member
Join Date: Feb 2004
Posts: 15
|
Command Line Batch Files
How would I write a batch file to contain playlists?
I have searched the forums but I was not able to come up with what I wanted. @echo off C:\Program Files\SHOUTcast\esc_serv.exe 128DEMO.conf C:\Program Files\SHOUTcast\esc_serv.exe sc_serv.exe 48DEMO.conf C:\Program Files\SHOUTcast\esc_serv.exe sc_serv.exe 24MONODEMO.conf exit Thanks |
|
|
|
|
|
#2 |
|
Alumni
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
|
Looks like your trying to instantiate multiple copies of the DNAS.
Paths with spaces in batch files need to be encapsulated by quotes. Example: "C:\Program Files\SHOUTcast\esc_serv.exe" 128DEMO.conf |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Feb 2004
Posts: 15
|
Thanks. Multiple instances for multiple bitrates. Would you suggest aother way?
Rather than use firedemoen I am going to use windows seduled tasks to start on startup. What do you think of that? |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Feb 2004
Posts: 15
|
I just tried that and rant the startup.bat however I did not see the processes running in the windows task manager
@echo off "C:\Program Files\SHOUTcast\esc_serv.exe" 128DEMO.conf "C:\Program Files\SHOUTcast\esc_serv.exe" 48DEMO.conf "C:\Program Files\SHOUTcast\esc_serv.exe 24MONODEMO.conf exit Thanks |
|
|
|
|
|
#5 |
|
Alumni
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
|
To start on Windows startup, add an entry for each DNAS to the Start menu.
Works for me. |
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Feb 2004
Posts: 15
|
I would prefer just to get the batch file working properly.
Ideas? Thanks |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|