Log in to post
|
Print Thread |
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Oct 2009
Posts: 24
Enthusiast
|
OP
Enthusiast
Joined: Oct 2009
Posts: 24 |
Hi,
I recently downloaded the EXE files from the links provided by PG via email for all the RealDrums and RealTracks. Even using Free Download Manager, it still took me well over a day of computer time to download all the files with my PC downloading constantly. There are close to 60 GB of files here!
But now that I have them... how to install them easily?! I hate to babysit the same old "hit Alt-N for 'Next', etc etc" when installing programs. And there are like over 100 of these EXE files to install! The suggestion and a temp fix are suggested below.
Suggestion: It would be nice if PG Music provided a utility where the user could: 1. Enter in the directory that has all the downloaded EXE files in it. 2. Enter in the directory where BB will be installed, ie, C:\bb 3. Enter in the directory where RealTracks will be installed, ie, C:\RealTracks 4. Then hit an Explore button and have the utility return a list of all the EXE files with checkboxes by their names. The user would unselect the ones they do not want to have installed. 5. Hit an Install button and the utility would INTELLIGENTLY install the EXE files, ie, it would not install the RealTracks Upate exe file that just came out before any RealTracks had actually been installed.
Temp fix: I used the program Mouse And Key Recorder to automate this process. I had to write a program to generate the below script, but once that was done the install went fine for installing all the files listed. Caveats: 1. You MUST manually install the main Band In A Box program first and one of the RealDrums or RealTracks EXE files so the default folders are known. 2. Use a search and replace to change from my directory structure to your own, ie, from my G:\Sw\ etc to where you have the downloaded EXE files stored. 3. In the macro, get rid of sections of the files you DON'T have or it will bomb. 4. You must not click the mouse or hit any other keys while you are installing all these programs. Walk away from your computer after you start the macro. 5. You must have Mouse And Key Recorder installed on your computer, and the script below (edited as needed) saved as a macro. 6. This only works (with the script as-is) for RealDrums and RealTracks EXE files, not RealDrum Updates or RealTrack updates or BandInABox installs etc. It would be easy for you to add those, however. 7. There should be NO windows open that start with 'Setup - Real' in the title bar when you execute the macro.
Notes: -- % stands for Alt key. So %n means the computer will hit Alt-N for you, ie, the Next key. -- {{Delay 5000 means 'delay 5 seconds' -- The macro basically opens up each listed EXE file, waits 5 seconds until the window opens, hits the appropriate Alt keys to continue the process, then checks every five seconds to see if the Setup window is still open (if the Alt-F or Finish key is hit, the Setup window will close and therefore the macro will go on to the next file).
It looks long, but it's just repeating a pattern over and over...
{{Start G:\Sw\BandInABox\2009\\realdrums01-05.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish2 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish2; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realdrums06-10.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish3 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish3; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realdrums11-15.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish4 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish4; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realdrums16-20.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish5 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish5; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realdrums21-22.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish6 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish6; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realdrums23-24.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish7 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish7; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realdrums25-26.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish8 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish8; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks01.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish9 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish9; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks02-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish10 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish10; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks02-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish11 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish11; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks03-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish12 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish12; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks03-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish13 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish13; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks04.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish14 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish14; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks05.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish15 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish15; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks06-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish16 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish16; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks06-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish17 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish17; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks07.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish18 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish18; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks08.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish19 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish19; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks09.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish20 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish20; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks10-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish21 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish21; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks10-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish22 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish22; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks10-3.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish23 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish23; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks11-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish24 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish24; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks11-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish25 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish25; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks11-3.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish26 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish26; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks12-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish27 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish27; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks12-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish28 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish28; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks12-3.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish29 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish29; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks13.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish30 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish30; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks14-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish31 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish31; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks14-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish32 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish32; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks15-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish33 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish33; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks15-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish34 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish34; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks16-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish35 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish35; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks16-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish36 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish36; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks17.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish37 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish37; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks18-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish38 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish38; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks18-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish39 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish39; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks18-3.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish40 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish40; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks19.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish41 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish41; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks20.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish42 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish42; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks21-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish43 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish43; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks21-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish44 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish44; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks22.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish45 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish45; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks23.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish46 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish46; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks24-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish47 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish47; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks24-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish48 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish48; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks25.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish49 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish49; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks26.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish50 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish50; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks27.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish51 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish51; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks28-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish52 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish52; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks28-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish53 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish53; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks29-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish54 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish54; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks29-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish55 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish55; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks30-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish56 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish56; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks30-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish57 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish57; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks31-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish58 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish58; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks31-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish59 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish59; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks32-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish60 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish60; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks32-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish61 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish61; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks33-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish62 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish62; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks33-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish63 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish63; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks33-3.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish64 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish64; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks33-4.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish65 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish65; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks34.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish66 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish66; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks35.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish67 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish67; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks36.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish68 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish68; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks37-1.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish69 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish69; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks37-2.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish70 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish70; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks38.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish71 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish71; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks39.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish72 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish72; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks40.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish73 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish73; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks41.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish74 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish74; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks42.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish75 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish75; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks43.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish76 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish76; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks44.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish77 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish77; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks45.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish78 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish78; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks46.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish79 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish79; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks47.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish80 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish80; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks48.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish81 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish81; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks49.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish82 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish82; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks50.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish83 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish83; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks51.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish84 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish84; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks52.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish85 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish85; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks53.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish86 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish86; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks54.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish87 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish87; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks55.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish88 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish88; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks56.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish89 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish89; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks57.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish90 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish90; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks58.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish91 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish91; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks59.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish92 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish92; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks60.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish93 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish93; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks61.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish94 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish94; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks62.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish95 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish95; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks63.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish96 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish96; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks64.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish97 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish97; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks65.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish98 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish98; {{'Comment: Start up next file============================ {{Start G:\Sw\BandInABox\2009\\realtracks66.exe {{Delay 5000 %n %a %n %n %n %i {{Label WaitForFinish99 {{Delay 5000 %f {{if {{CheckWindow Setup - Real} = {{True} ;{{Goto WaitForFinish99;
|
|
|
|
|
|
|
|
|
|
|
|
Ask sales and support questions about Band-in-a-Box using natural language.
ChatPG's knowledge base includes the full Band-in-a-Box User Manual and sales information from the website.
|
|
|
|
|
|
|
|
|
|
|
Video: Band-in-a-Box® 2025 for Mac®: VST3 Plugin Support
Band-in-a-Box® 2025 for Mac® now includes support for VST3 plugins, alongside VST and AU. Use them with MIDI or audio tracks for even more creative possibilities in your music production.
Band-in-a-Box® 2025 for Macs®: VST3 Plugin Support
Video: Band-in-a-Box® 2025 for Mac®: Using VST3 Plugins
Join the conversation on our forum.
Band-in-a-Box 2025 for Mac Videos
With the release of Band-in-a-Box® 2025 for Mac, we’re rolling out a collection of brand-new videos on our YouTube channel. We’ll also keep this forum post updated so you can easily find all the latest videos in one convenient spot.
From overviews of new features and walkthroughs of the 202 new RealTracks, to highlights of XPro Styles PAK 8, Xtra Styles PAKs 18, the 2025 49-PAK, and in-depth tutorials — you’ll find everything you need to explore what’s new in Band-in-a-Box® 2025.
Reference this forum post for One-Stop Shopping of our Band-in-a-Box® 2025 Mac Videos — we’ll be adding more videos as they’re released!
Band-in-a-Box 2025 for Mac is Here!
Band-in-a-Box® 2025 for Mac is here, packed with major new features and an incredible collection of available new content! This includes 202 RealTracks (in Sets 449-467), plus 20 bonus Unreleased RealTracks in the 2025 49-PAK. There are new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 4, two new sets of “RealDrums Stems,” XPro Styles PAK 8, Xtra Styles PAK 19, and more!
Special Offers
Upgrade to Band-in-a-Box® 2025 for Mac with savings of up to 50% on most upgrade packages during our special—available until July 31, 2025! Visit our Band-in-a-Box® packages page for all the purchase options available.
2025 Free Bonus PAK & 49-PAK Add-ons
We've packed our Free Bonus PAK & 49-PAK with some incredible Add-ons! The Free Bonus PAK is automatically included with most Band-in-a-Box® for Mac 2025 packages, but for even more Add-ons (including 20 Unreleased RealTracks!) upgrade to the 2025 49-PAK for only $49. You can see the full lists of items in each package, and listen to demos here.
If you have any questions, feel free to connect with us directly—we’re here to help!
Band-in-a-Box 2025 Italian Version is Here!
Cari amici
È stata aggerate la versione in Italiano del programma più amato dagli appassionati di musica, il nostro Band-in-a-Box.
Questo è il link alla nuova versione 2025.
Di seguito i link per scaricare il pacchetti di lingua italiana aggiornati per Band-in-a-Box e RealBand, anche per chi avesse già comprato la nuova versione in inglese.
Band-in-a-Box 2025 - Italiano
RealBand 2025 - Italiano
Band-in-a-Box 2025 French Version is Here!
Bonjour à tous,
Band-in-a-Box® 2025 pour Windows est disponible en Français.
Le téléchargement se fait à partir du site PG Music
Pour ceux qui auraient déjà acheté la version 2025 de Band-in-a-Box (et qui donc ont une version anglaise), il est possible de "franciser" cette version avec les patchs suivants:
BIAB 2025 - francisation
RealBand 2025 - francisation
Voilà, enjoy!
Band-in-a-Box 2025 German Version is Here!
Update Your Band-in-a-Box® 2025 to Build 1128 for Windows Today!
Already using Band-in-a-Box 2025 for Windows®? Download Build 1128 now from our Support Page to enjoy the latest enhancements and improvements from our team.
Stay up to date—get the latest update now!
|
|
|
|
|
|
|
|
|
|
|
Forums58
Topics84,309
Posts777,583
Members39,615
|
Most Online25,754 Jan 24th, 2025
|
|
|
|
|
|
|
|
|