Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Use Send DDE Execute?

Featured Replies

I am trying to trigger a java program using the Send DDE execute script step and I cant seem to wrap my head around how to do it.

The program is triggered by a .bat file that is located in a local folder that is listed in the Windows XP path statement so I can, theoretically, execute it from anywhere.

The required command line entry is

xml-dir-listing -o MusicList.xml "Z:Songs"

where "xlm-dir-listing" is the program, "-o MusicLIst.xml" specifies the output file name, and ""Z:Songs"" specifies the directory to list.

Any thoughts on how to get this to work via FM script?.

PS The file is not multi user enabled in any way

Use in Send DDE calculation:

cmd /c xml-dir-listing.bat -o MusicList.xml "Z:Songs"

Edited by Guest

  • Author

What piece goes where?

I tried every permutation of Service Name/Topic/Commands that i could think of with the string you suggested and it failed

cmd starts the command line

/c execute the program

try something easier to test like:

"cmd /c ping your IP Address"

EDIT:

cmd /c xml-dir-listing.bat -o MusicList.xml [color:red]"Z:Songs[color:red]"

try:

"cmd /c xml-dir-listing.bat -o MusicList.xml [color:green]> Z:Songs"

Edited by Guest

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.