Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: AUTO RUNNING on XP  (Read 3685 times)

0 Members and 1 Guest are viewing this topic.

Karaokedude

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 73
  • Last login:October 16, 2007, 12:21:00 pm
AUTO RUNNING on XP
« on: January 15, 2007, 06:46:38 pm »
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

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:August 08, 2011, 06:57:02 pm
Re: AUTO RUNNING on XP
« Reply #1 on: January 16, 2007, 06:01:38 am »
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

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 73
  • Last login:October 16, 2007, 12:21:00 pm
Re: AUTO RUNNING on XP
« Reply #2 on: January 16, 2007, 08:48:17 am »
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

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 73
  • Last login:October 16, 2007, 12:21:00 pm
Re: AUTO RUNNING on XP
« Reply #3 on: January 16, 2007, 08:53:30 am »
:)

Works a treat

Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: AUTO RUNNING on XP
« Reply #4 on: January 16, 2007, 09:23:17 am »
Thanks for catching this one for me, blicky!
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

Karaokedude

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 73
  • Last login:October 16, 2007, 12:21:00 pm
Re: AUTO RUNNING on XP
« Reply #5 on: January 16, 2007, 07:40:43 pm »
is there a switch to run in full screen i was going to add to the start up would be nice if it was full screen

I miss pure dos  :(

i was going to run on a dos pc but just thought how does 6.22 handle the ID3 tags and long file names ??

Karaokedude

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 73
  • Last login:October 16, 2007, 12:21:00 pm
Re: AUTO RUNNING on XP
« Reply #6 on: January 16, 2007, 07:43:29 pm »
Answred my own question on the full screen option

created a shortcut to the batch file and set the options of the shortcut

Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: AUTO RUNNING on XP
« Reply #7 on: January 18, 2007, 01:11:05 am »
I miss pure dos  :(

i was going to run on a dos pc but just thought how does 6.22 handle the ID3 tags and long file names ??
DOSCab reads the tags just fine; if all your songs are tagged properly the file names won't be an issue.  They'll all be cropped, but you'll never see them.
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com