SagaXIV Posted April 15, 2019 Share Posted April 15, 2019 I know this belong more to the 3rd app request, but would there be such a thing that copy the game I decide to launch to a local folder along with needed files? I could imagine this be easy enough for single roms, or zipped roms, but for say arcade games how could one do that? I am really interested at storgin my roms on a cloud, and requesting them 'on-demand'. Quote Link to comment Share on other sites More sharing options...
SagaXIV Posted April 15, 2019 Author Share Posted April 15, 2019 Wonderign if something like symlinks could be used efficiently for this. Quote Link to comment Share on other sites More sharing options...
cpujunkie Posted April 15, 2019 Share Posted April 15, 2019 I think Microsoft one drive can work in this way. Once a file is opened it gets downloaded. Don't know if Dropbox or Google storage is the same. People who use other cloud storage services would have to comment with their experience. Quote Link to comment Share on other sites More sharing options...
SagaXIV Posted April 17, 2019 Author Share Posted April 17, 2019 I have my cloud drive mapped as a normal drive, just looking for the tidbit that would allow a 'on-demand' rom copy and run. Quote Link to comment Share on other sites More sharing options...
dragon57 Posted April 17, 2019 Share Posted April 17, 2019 If you are adept at writing Windows batch files, you could create one that you call from Launchbox instead of the emulator directly. From within the batch file, parse the command line to know which rom you need, then use copy or xcopy to copy the file from the locally reference cloud location to some local directory. After the copy is done, call the emulator from the batch file and point it to the newly copied file(s). Quote Link to comment Share on other sites More sharing options...
SagaXIV Posted April 17, 2019 Author Share Posted April 17, 2019 Sounds like a plan, I'll try my hand to this! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.