lazer Posted March 28, 2005 Posted March 28, 2005 Is it possible to run a command prompt (cmd.exe) command from a FileMaker script (rather without the actual promt showing)? I imagine it would be the easiest thing, I just can't figure out how. I think I should be able to do this with either Open URL or Send DDE Execute. But no success so far... Any ideas? PS. I can easily access the prompt by executing a Open URL script with the path to cmd.exe defined... but I would like to actually run a command inside the prompt...
David Holmberg Posted March 28, 2005 Posted March 28, 2005 Use SendEvent and choose not to show the application window in the foreground. Make a search for cmd in the forum, I recieved 120 results. Good luck
DykstrL Posted March 30, 2005 Posted March 30, 2005 The syntax is: cmd.exe /c {then your prompt command}. Use the Send Message script step.
Veselko Posted March 31, 2005 Posted March 31, 2005 "Send Message" for FM6 = "Send Event" for FM7 In FM7 can work without naming extension in syntax.
Recommended Posts
This topic is 7180 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 accountSign in
Already have an account? Sign in here.
Sign In Now