Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

identifay cd/fllopy in program


This topic is 8311 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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

Posted

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.

  • Newbies
Posted

THANKS for THEN info.

I use WIN PLATFORM.

BUT I'M STILL DONT GOT YOU- HOW I MERGE THIS WINBATCH TO FM :

RUB

  • Newbies
Posted

-----------------------------------

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.