Software Support > DOS/WinCab
AUTO RUNNING on XP
Karaokedude:
not sure if any one would know this but here goes
I can get Wincab to startup automatically no problem
and on exit to shut down windows totally ( after installing SP2)
what i am trying to do is run some kind of batch file so i could have
say 2 seperate versions of the software with different parameters mainly the song selection
as i want to have different directorys with different types of MP3s in but wnat to be able to somehow chose which directory to use
blicky:
not sure if this is what you mean but running this batch lets you select which ini file to use. All you have to do is save your jukebox.ini as a different filename but in the index section specify a different songpath. (You can also have different skins, credits anything)
Edit the batch file where i have "newskin" to whatever name you use.
copy and paste into a new file e.g. wincab.bat
@echo off
: :: the directory where wincab lives
cd\juke
: :: change the on screen message to whatever you like e.g. playlist1, playlist2
echo For cd skin press 1
echo For newskin press 2
set/p ini=[pick skin]
if %ini%==1 goto cd
if %ini%==2 goto new
:cd
wincab jukebox.ini
goto end
:new
wincab newskin.ini
goto end
:end
Karaokedude:
ill give it a try should be fine
i was going to try a batch file but realised they have done away with the choice command in XP
Thanks
Karaokedude:
:)
Works a treat
Chris:
Thanks for catching this one for me, blicky!
Navigation
[0] Message Index
[#] Next page
Go to full version