Thanks! I actually spent some time learning and playing around with AutoIt to pull it off lol...
I'm attaching my finished product:
FlxGrab.exeYou'll need to have
7-Zip installed to "%PROGRAMFILES%\7-Zip" for this to work.
You can place it anywhere, and the first time you run it, it will ask where your Flixel folder is.
For example, if you want all your Flixel stuff to be in "
c:\my stuff\projects\Flixel", just enter that in the box, and it will download the master release from GitHub, extract it, delete the content in your original Flixel folder, and then place the contents of the downloaded zip into the destination folder, and finally, clean up the downloaded and temporary files.
If you ever want to change the destination of your Flixel stuff, just delete (or edit) the .ini file.
Be careful: whatever directory you specify as the destination will be completely purged when the file is downloaded - do not specify a path which contains
any files you want to save... All my projects are in their own directories, and point to the same Flixel folder:
\Dev\FlixelProjects\BlastingAgent
\Dev\FlixelProjects\Flixel
\Dev\FlixelProjects\FlxAdventure
\Dev\FlixelProjects\FlxTestA
So when I set my path, I need to make sure it's "\Dev\FlixelProjects\Flixel" and nowhere else, and all my other stuff is safe!
As far as I know, this *should* work on any Windows, but I'm not sure... It for sure works on Vista.