|
-
Lifetime Friend of Site Staff
From the Flash Projector file running on a CD-ROM, I need to Press a button called "Download Photo" and it will trigger a target JPEG image to copy from the CD onto the Desktop Computer. That's it!
A new addition to the FREE utility collection is 2Desktop which allows you to copy a file from your CD to the users desktop. It's an EXE so the call has to be made from a BAT file.
Let's assume you have a folder on the root of your CD called documents and in that folder you have a file called readme.pdf. To copy that file to the users desktop, you would use the following command.
Code:
2desktop \documents\readme.pdf
Both 2Desktop.exe and the BAT file you call it from have to reside in the FSCommand folder (just like the proxy stuff), the files themselves can be anywhere on the CD, just use a relative path to identify them. The easiest way is to reference every file from the root of the CD like I've done above.
You can download 2Desktop from the Northcode web site at http://www.northcode.com/misc/2desktop.zip
Last edited by Northcode; 01-05-2004 at 10:41 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|