PHP Classes

File: usage/build_playlist.bat

Recommend this page to a friend!
  Classes of MARY Matthieu   Audio_Playlist   usage/build_playlist.bat   Download  
File: usage/build_playlist.bat
Role: Example script
Content type: text/plain
Description: usage example for windows os
Class: Audio_Playlist
Create play list files in multiple formats
Author: By
Last change:
Date: 16 years ago
Size: 176 bytes
 

Contents

Class file image Download
@echo off
echo playlist builder
set SOURCE_MP3_FOLDER=c:\temp\mp3
set DESTINATION_PLAYLIST_FOLDER=c:\temp
php playlist.php "%SOURCE_MP3_FOLDER%" "%DESTINATION_PLAYLIST_FOLDER%"