Jump to content
Server Maintenance This Week. ×

identifay cd/fllopy in program


ruby

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

Recommended Posts

  • Newbies

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

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 8117 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.