views:

136

answers:

0

Hello,

i want my batch file to do something like VMWARE's ThinApp Setup Capture does. So, this is what it basically needs to do:

first run a total computer scan at any files, folders, register keys etc, and make a total list of them. after the user wants, it will do everything again and check for the differences between those two lists. The differences are listed in yet another list-file, and last: copying them all to the directory (specified with %direc%). By which is possible, making variables of the folders is very handy (%program files% etc...) and a .txt file of registry keys (HKEY_LOCAL_MACHINE.txt...) to execute this all at once in a .bat/EXE file which executes the proper file out the list (do not need to include this part about executing). So basically... making a portable version of application by checking the differences between a setup.

Is there any way to do this on batch/CMD or some other scripting language which i can execute from batch?

(not c++ please)