I am trying to run a windows app called txttopdf.exe from a a Clipper application. My clipper program reads the line of code:
Run ("C:\Utility\txttopdf.exe")
but nothing happens.
So I tried just to open a dos window by writing a program with only one line:
Run "C:\Winnt\System32\cmd.exe"
and no dos window opened.
Any ideas how to call a app from a clipper program?
Run ("C:\Utility\txttopdf.exe")
but nothing happens.
So I tried just to open a dos window by writing a program with only one line:
Run "C:\Winnt\System32\cmd.exe"
and no dos window opened.
Any ideas how to call a app from a clipper program?