PDA

View Full Version : Locking your files?


Demo1224
08-22-2003, 05:06 PM
Is it possible to lock your files that you have placed on your CD for the CD to function? What I mean is can you stop a person from just opening the files on your CD and copying them their harddrive?

Lorne
08-25-2003, 10:01 AM
You could put them in password-protected Zip archives. Your AutoPlay application would use the password to extract the files at run time...anyone without the password would not be able to extract the files.

muffi78
08-25-2003, 02:25 PM
I don't know if this is practical or if it will work. Just a thought.

When the application runs the first thing it does it checks to see what the %SrcDrv% is and to check and see if that drive is a CD-ROM drive. It would run only if this is the case.

muffi.

wjacky
09-15-2003, 04:37 AM
SOrry but how do you actually get autoplay to "unzip"the zipped file with the password during runtime?very newuser here. knows nuts about stuffs too in depth.

thanks for helping in advance man

Lorne
09-15-2003, 09:57 AM
Just use a Zip File - Extract (http://www.autoplaystudio.com/webhelp/Command_Reference/Actions/Zip_File/ZipFile.Extract.htm) action.