|
-
Lifetime Friend of Site Staff
You need to actually call 2desktop and pass it the path to the file you want to copy. Since myfile.zip is in the same folder as 2desktop.exe, you can just call it from the bat file like this..
===================
2desktop myfile.zip
===================
If you want to use the proxy utility to hide the DOS box you would rename proxy.exe to myfilezip.exe, call your bat file myfilezip.bat and make the bat file look like the one I show above.
Then throw all these files in the fscommand directory and call it from Flash like this...
on (release) {
fscommand("exec", "myfilezip.bat");
}
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
|