• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Executing a FoxPro Program

New Here ,
Jan 16, 2007 Jan 16, 2007

Copy link to clipboard

Copied

Hello,

There is a FoxPro program that I want to kick off from a ColdFusion web page. The program resides on another server. The name of the program is replicate.RPG.

I know that I can interface with FoxPro databases and such, but is it possible to kick off a program from within Cold Fusion? Currently, the user opens Visual FoxPro and fires off a command line with a couple of parameters supplied.

Thanks!
TOPICS
Advanced techniques

Views

336

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jan 16, 2007 Jan 16, 2007

Copy link to clipboard

Copied

LATEST
ColdFusion cannot directly start any program that resides on another machine. You can use cfexecute to run anything you can run from a commandline on the local machine. But cfexecute cannot access and run something on another server.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation