Hi Guys,
Some clients may want to make sure that they leave no evidence behind, and will ask you to delete their photos in real-time. In order to make it happen, follow these steps:
In the Foto Master Photo Booth software:
under the "Features" tab->"DSLR Photo" feature, make sure that the "Delete Raw Photos on AutoSave Photo" option is checked:
Creating a script:
1. Open the folder that your photos will be saved to (Example: C:\MirrorMeBooth\Events\Party\photos)
2. create a new text file (right-click an empty space in the folder->New->Text Document).
2. Copy the following to the text document and change the path according to your folders' pathway.
Del "C:\MirrorMeBooth\Events\Party\photos\*.jpg"
timeout /t 30
"C:\MirrorMeBooth\Events\Party\photos\delete_photos.bat"
Example:
if your event's name is "Rita", the text you will type will be:
Del "C:\MirrorMeBooth\Events\Rita\photos\*.jpg"
timeout /t 30
"C:\MirrorMeBooth\Events\Rita\photos\delete_photos.bat"
3. Save the file.
4. Click the Folder's View tab, and make sure you have the "File name extensions" option checked.
5. Right-click the text file and select Rename:
6. Replace the file extension to .bat (instead of txt) and Save.
7. Double-click the file you created to run the command.
All photos that will reach this folder will now be automatically deleted!
Warning:
This Script deletes files. Make sure that you are absolutely positive that you want all the photos in the specified location deleted.
Comments
0 comments
Article is closed for comments.