Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Is it possible open a FMP file via a windows command prompt? I am trying to schedule an export by having a file that fires the export script upon opening the file & then it closes the application. I was hoping to have a batch file that would open the FMP file. I am not sure if this is possible. Any input would be appreciated!

Thanks!

John

Posted

Never mind! I should have tried a couple of things before posting. I was able to schedule a job to run the FMP file & it opened it right up. I thought I would need some special syntax similar to what you have to do with SQL Server when running items from a command prompt.

John

Posted

start filename.fp7

works OK if you are in the folder containing the file. So in a batch file you should start with a

CD folderpath

to take you to the folder containing the file.

You can even put the folderpath with the filename if you are on the same drive but it appears (just a bit of testing so it may be another issue) that if you include a drive letter in the foldername then you get the windows can't find the file error message.

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