|
Main Project Cube goal is to copy static location files with dynamic content to another location every time you want.
Assume that you are working on some project and you want to filter some files so you can send to your friends, beta testers...
You will probably select all the files you need to run the application (holding Ctrl) and then copy to another location or zip it and afterwards, you send the file. Remember that you have files that aren't required for testing and therefore doesn't have to be sent.
Every time you want to send this project of yours, you need to repeat same steps over and over again. Project Cube will help you in copying these files needed for project to run. You need to provide project path where are hosted your files for the project, then provide output path, where the file will be copied and file types (in .jpg; .exe; format) which file to include in this copying job. After setting those required informations, you need to click on List the so that program can iterate through project path and fill the list with filtered files.
To finish this process, you have to select file you want to include in copying job and click on Build (F5). Project Cube will create file in project path folder and when you double-click on that file, program will copy those checked files.
|