Sorry, I'm sort of combining two topics here.
I have SC installed on a virtualbox Windows 7 machine.
So I need the capture folder to be in that system's virtual share folder so I can fetch the images from my regular computer.
Problem is that SC gets launched before the sharefolder is connected and (I think this is the what) causes SC to crash and even an uninstall won't fix it unless you scrap the previous settings.
So my solultion is to use the post-capture options.
In the post-capture options, I want to have SC automatically move the just-taken-screenshot to the virtual share folder (that would be connected now).
Problem is that these commands don't seem to do anything.
copy "%file%" f:\captures\
copy "c:\captures\%file%" f:\captures\
Am I doing something wrong or does it just not work?