Hey guys, I was just looking at WHDRun and the Gamebase Amiga 1.43 mdb file and had an idea. Just wondering if anyone that is good with Access / Scripts could take a look at this... In the Extras table in the database it has the WHDLoad games listed. There is a data field that contains a string of commands, then a couple of lines of text for use in an amiga s\user-startup file, then the Winuae config settings... Would it be possible for someone to extract this data in the following way: 1 - Take the user-startup data and create a new user-startup file (could be stored in the zip file of the whdload game). 2 - Create a batch file that then extracts the user-startup file and copies it to the WHD folder (overwriting the existing file) The batch file then calls whdrun, sets the required arguments <zip file> <temp dir> <winuae.exe> <uae config file> <user-startup>. This way, each whdload game (zip) would include its own user-startup file... It would be copied to the needed place (whd[dh1]:s\user-startup) and from there whdrun would do its thing and call winuae and the correct slave file should start. Is this possible??? I don't know exactly how the <user-startup> argument works for WHDRun. I'm guessing it might try to create a file (in which case it would have to be diverted to a different file - so as not to modify the file we already copied over in the first part of the batch file) I'm probably looking towards Headkaze initially (with his interest in the amiga) but anyone to take a look at this would be appreciated If it is possible then we could use the batch files to call whdload games from Gameex... (Also able to use Gamebase screenshots if the bat files are named after the game.zip)... There would be no diskswapping... No need for Gameex to load Gamebase and use a mouse to select a game (Double frontends)