Newbies ruby Posted February 17, 2002 Newbies Posted February 17, 2002 hello strait to biz... I TRY TO MAKE A STEP FOR BACKUP ON CD/DISK IS THERE A COMMAND TO DETECT CD or DISK ? I MEEN IF THAY WAS INSERT TO THE SLOT : THANKS RUBY
SteveB Posted February 17, 2002 Posted February 17, 2002 There is no way to do it within FM. However, if you are on a Windows platform, you can use WinBatch. I don't use Macs, but there probably is a solution there.
Steven H. Blackwell Posted February 17, 2002 Posted February 17, 2002 If looking for the disk "BackUp" in AppleScript: set disk_list to list disks if "BackUp" is not in disk_list
Newbies ruby Posted February 19, 2002 Author Newbies Posted February 19, 2002 THANKS for THEN info. I use WIN PLATFORM. BUT I'M STILL DONT GOT YOU- HOW I MERGE THIS WINBATCH TO FM : RUB
Newbies ruby Posted February 19, 2002 Author Newbies Posted February 19, 2002 ----------------------------------- THANKS OLD ADNANCEDMAM I'M SOORY THAT I DIDN'T SAY : " I WORK WITH WIN PLATFORM " - (WHAT CAN I DO -- STILL NEW IN TOWN) BUT THANKS AGAIN -RESPECT YOUR SERVICE !! REALY ! RUBY quote: Originally posted by Old Advance Man: If looking for the disk "BackUp" in AppleScript: set disk_list to list disks if "BackUp" is not in disk_list
SteveB Posted February 19, 2002 Posted February 19, 2002 You will need to get WinBatch with the compiler so that you can create standalone EXE files. See the WinBatch web site at www.wilsonware.com. I interfaced FM to WinBatch through the use of the Troi File dialogs plugin. I use Troi to create a temp file containing commands for WinBatch. I then use Troi to execute the WinBatch EXE which in turn reads the temp file and processes its commands. It returns data the same way. You can also use the Copy and Paste commands, but you must be on the layout that has the field(s) you are using to hold & process the commands for WB. You can also use the Send DDE command to start up your WinBatch EXE, but you're stuck with trying to get the answers back thru the clipboard or a file.
Recommended Posts
This topic is 8311 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now