I'm create a auto-run like this:
This is my autorun.inf
[autorun]
OPEN=exec.bat
ICON=AUTORUN.ICO,0
This is my Exec.bat
@echo off
copy CDROM.m3u c:\playlists
I'm create a playlist in my computer, and save... burn a cdrom with a autorun...Ok
He copy the playlist to playlist dir, and i'm refresh the list, when auto play is running, the list is show in the playlist screen
The playlistbuild.exe have someone parameters?
like playlistbuild -create d:
Tks