|
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;
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jan 2005
Posts: 4,900
Veteran
|
Veteran
Joined: Jan 2005
Posts: 4,900 |
Phew! What a lot of code!  Surely, it would be easier to make it recursive, with sub-routines? i.e. (in plain English, using a file called install.bat) <if exe exists, run install.exe if not, add 1, run install.batendif> Years since I have programmed (and I'm sure it shows  ) but I am sure you get my drift...
Follow That Dream Sam Karaoke King -------------------- Turning that corner again - I have to keep following that dream, no matter what
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Oct 2009
Posts: 24
Enthusiast
|
OP
Enthusiast
Joined: Oct 2009
Posts: 24 |
Sure, there's a lot of ways of doing it. The macro could be much more elegant and look at a list of files and process each one. But to do that you'd have to have a separate directory with ONLY the EXE files you wanted installed, and if there was any logic to the ORDER of processing that would be added in the code as well. Recursion might come into play if there were subfolders perhaps. Other than it would be a fairly straight iterative thing. This was just a simple way of processing all the files I needed. Don't discount quick and dirty for something like this, a one time thing... well, hopefully!
Like I said, it's the same 8 or 9 lines of code repeating itself for each EXE file and there are about 100 of them. The other option is to do manual installs on all 100 of them! :-) No thanks...
Of course, the BEST way would be to have PG do it for us!
Paul
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
Last Chance! The Band-in-a-Box® 2026 for Mac® Special Ends Today (May 31, 2026) at 11:59pm PDT!
Time really is running out! Save up to 50% on Band-in-a-Box® 2026 for Mac® upgrades and receive a FREE Bonus PAK—only when you order by 11:59 PM PDT today!
We've added many major new features and new content in a redesigned Band-in-a-Box® 2026 for Mac®!
Version 2026 introduces a modernized GUI redesign across the program, with updated toolbars, refreshed windows, smoother workflows, and a new Dark Mode option. There’s also a new side toolbar for quicker access to commonly used windows, and the new Multi-View feature lets you arrange multiple windows as layered panels without overlap, making it easier to customize your workspace.
Another exciting new addition is the amazing new AI-Notes feature, which can transcribe polyphonic audio into MIDI. View the results in notation or play them back as MIDI, and choose whether to transcribe an entire track or transcribe specific parts like drums, bass, guitars/piano, or vocals. There's over 100 new features in Band-in-a-Box® 2026 for Mac®.
There's an amazing collection of new content too, including 202 RealTracks, new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 5, two RealDrums Stems sets, and much more!
Upgrade your Band-in-a-Box for Mac® to save up to 50% on most Band-in-a-Box® 2026 upgrade packages!
Plus, when you order your Band-in-a-Box® 2026 Mac upgrade during our special, you'll receive a Free Bonus PAK of exciting new add-ons.
If you need any help deciding which package is the best option for you, just let us know. We are here to help!
Band-in-a-Box® 2026 Mac Special Offers Extended Until May 31st!
Good news- we've extended our Band-in-a-Box® 2026 for Mac® special offers until May 31, 2026!
Band-in-a-Box® 2026 is packed with major new features, enhancements, and an incredible lineup of new content! The program now sports a sleek, modern GUI redesign across the entire interface, including updated toolbars, refreshed windows, smoother workflows, a new dark mode option, and more. The brand-new side toolbar provides quicker access to key windows, while the new Multi-View feature lets you arrange multiple windows as layered panels without overlap, creating a flexible, clutter-free workspace. We have an amazing new “AI-Notes” feature. This transcribes polyphonic audio into MIDI so you can view it in notation or play it back as MIDI. You can transcribe an entire track (all pitched instruments and drums) or focus on individual parts like drums, bass, guitars/piano, or vocals. There's an amazing collection of new content too, including 202 RealTracks, new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 5, two RealDrums Stems sets, and much more!
There are over 100 new features in Band-in-a-Box® 2026 for Mac®.
When you order purchase Band-in-a-Box® 2026 before 11:59 PM PDT on May 31st, you'll also receive a Free Bonus PAK packed with exciting new add-ons.
Check out the Band-in-a-Box® for Mac packages page to find the best package for you.
Holiday Weekend Hours
It's Victoria Day Long Weekend in Canada. Our Customer Service hours are:
Saturday, May 16: Closed
Sunday, May 17: Closed
Monday, May 18: 8:00am - 4:00pm
Regular hours resume Tuesday, May 19th!
Today's the Last Day of the Band-in-a-Box 2026® for Mac Special!
Order before 11:59pm PDT today (May 15, 2026) to save up to 50% off your Band-in-a-Box® 2026 for Mac® upgrade and receive a FREE Bonus PAK loaded with great new Add-ons to use with this new version!
Don't wait - order today!
Check out all the new features in the redesigned Band-in-a-Box® 2026 for Mac®!
Band-in-a-Box® 2026 for Mac - Special Offers End at 11:59pm PDT on Friday, May 15th, 2026!
Order before 11:59pm PDT on Friday, May 15th and SAVE up to 50% on most Band-in-a-Box® version 2026 for Mac Upgrade packages... and that's not all! With your version 2026 for Mac purchase, we'll include a Bonus PAK full of great new Add-ons FREE! Upgrade to the 2026 49-PAK to receive even more NEW Add-ons including 20 additional RealTracks... that's 222 NEW RealTracks available with version Band-in-a-Box® 2026 for Mac!
Upgrade to Band-in-a-Box® 2026 for Mac® today for as little as $49! Check out the Band-in-a-Box® packages page for all available purchase options.
Learn more about the Free Bonus PAK and 49-PAK here.
If you have any questions about which package is the best option for you, just let us know. We're here to help!
202 New RealTracks Released with Band-in-a-Box 2026!
With Band-in-a-Box® 2026, we've released 202 incredible new RealTracks (in sets 468-488) in a variety of genres—featuring your most requested styles!
Jazz, Funk & World (Sets 468-475):
Our new jazz, funk & blues RealTracks include a groovin’ collection of RealTracks and RealDrums! These include more requested “soul jazz” RealTracks featuring artists Neil Swainson (bass), Charles Treadway (organ), Brent Mason (guitar), and Wes Little (drums). There are new “smooth jazz” styles (4), which include a RealTracks first: muted trumpet, as well as slick new smooth jazz brushes options for drums. Blues lovers will be thrilled—there are more “classic acoustic blues” styles, including guitar (5), bass (4), and drums (10) with blues master Colin Linden, featuring understated and tasty background acoustic soloing, plus brushes drums and acoustic bass. There are also new electric blues RealTracks, including electric blues with PG favorite Johnny Hiland (3) and soulful electric slide guitar from Colin Linden (4). If you love funk & gospel, there are great new options this year, including gospel organ (3) from Charles Treadway, as well as new funk, tango, and rock ’n’ roll drums (3) and bass (1). And for big, bold arrangements, we have uptempo soul horns (4) featuring a three-part hip horn section with options for a full mix or stems of each individual horn — plus an accompanying rhythm section (4) of drums, bass, guitar, and electric piano!
Rock & Pop (Sets 476–482):
Our new rock & pop RealTracks bring a powerful mix of requested favorites, fresh genres, and modern chart-inspired styles! We have more of our popular “Producer Layered Acoustic Guitars (15)” featuring Band-in-a-Box favorite Brent Mason. We’ve continued our much-requested disco styles (10), and added new Celtic guitar (5) with a more basic, accessible approach than our previous Drop-D or DADGAD offerings. There are also highly requested yacht rock styles (17), inspired by the smooth, polished soft-rock sound of the late ’70s and early ’80s — laid-back grooves, silky electric pianos, warm textures, elegant harmonic movement, and pristine production aesthetics. Fans of heavier styles will love our new glam metal (13), capturing the flashy, high-energy sound of ’80s arena-ready guitar rock. We also have a set of rootsy modern-folk rock (18), with a warm, organic sound combining contemporary folk textures and driving acoustic strumming. And we’ve added lots of new modern pop styles (16) — the kinds of sounds you’re hearing on the radio today, featuring exciting new drums, synths, and cutting-edge RealTracks arrangements.
Country, & Americana (Sets 483–488):
Our new country & Americana RealTracks deliver a rich collection of acoustic, electric, and roots-inspired styles! We have new country pop (9) with legendary guitarist Brent Mason. There is also a potpourri (14) of bouzouki, guitars, banjo, and more, perfect for adding texture and character to contemporary acoustic arrangements. We’ve added funky country guitar (5) with PG favorite Brent Mason, along with classic pedal steel styles (5) featuring steel great Doug Jernigan. There are more country songwriter styles (8) that provide intimate, rootsy foundations for storytelling and modern Americana writing. Finally, we have “background soloing” acoustic guitar (12) with Brent Mason — simpler, but still very tasty acoustic lines designed to sit beautifully behind vocals or act as a subtle standalone solo part.
Check out all the 202 new RealTracks (in sets 468-488)!
And, if you are looking for more, the 2026 49-PAK (for $49) includes an impressive collection of 20 bonus RealTracks, featuring exciting and inspiring additions to add to your RealTracks library. You'll get new country-rhythm guitar styles from PG Music favorites Johnny Hiland and Brent Mason, along with modern-pop grooves that capture today’s radio-ready sound! There are also new indie-folk styles with guitar, bass, 6-string bass used as a high-chording instrument, acoustic guitar, and banjo. Plus, dedicated "cymbal fills" RealDrums provide an added layer that work very well with low-key folky styles with other percussion.
The 2026 49-PAK is loaded with other great new add-ons as well. Learn more about the 2026 49-PAK!
2026 Free Bonus PAK & 49-PAK for Band-in-a-Box® 2026 for Mac®!
With your version 2026 for Mac Pro, MegaPAK, UltraPAK, UltraPAK+, Audiophile Edition or PlusPAK purchase, we'll include a Bonus PAK full of great new Add-ons for FREE! Or upgrade to the 2026 49-PAK for only $49 to receive even more NEW Add-ons including 20 additional RealTracks!
These PAKs are loaded with additional add-ons to supercharge your Band-in-a-Box®!
This Free Bonus PAK includes:
- The 2026 RealCombos Booster PAK:
-For Pro customers, this includes 27 new RealTracks and 23 new RealStyles.
-For MegaPAK customers, this includes 25 new RealTracks and 23 new RealStyles.
-For UltraPAK customers, this includes 12 new RealStyles.
- MIDI Styles Set 92: Look Ma! More MIDI 15: Latin Jazz
- MIDI SuperTracks Set 46: Piano & Organ
- Instrumental Studies Set 24: Groovin' Blues Soloing
- Artist Performance Set 19: Songs with Vocals 9
- Playable RealTracks Set 5
- RealDrums Stems Set 9: Cool Brushes
- SynthMaster Sounds Set 1 (with audio demos)
- iOS Android Band-in-a-Box® App
Looking for more great add-ons, then upgrade to the 2026 49-PAK for just $49 and you'll get:
- 20 Bonus Unreleased RealTracks and RealDrums with 20 RealStyle.
- FLAC Files (lossless audio files) for the 20 Bonus Unreleased RealTracks and RealDrums
- MIDI Styles Set 93: Look Ma! More MIDI 16: SynthMaster
- MIDI SuperTracks Set 47: More SynthMaster
- Instrumental Studies 25 - Soul Jazz Guitar Soloing
- Artist Performance Set 20: Songs with Vocals 10
- RealDrums Stems Set 10: Groovin' Sticks
- SynthMaster Sounds & Styles Set 2 (sounds & styles with audio demos)
Learn more about the Bonus PAK and 49-PAK for Band-in-a-Box® 2026 for Mac®!
|
|
|
|
|
|
|
|
|
|
|
|
Forums57
Topics86,486
Posts805,622
Members40,131
| |
Most Online64,515 Apr 8th, 2026
|
|
|
|
|
|
|
|
|