shorton Posted May 18, 2001 Posted May 18, 2001 I have a cross platform database that requires me to be able to allow users to close all of the open files without exiting the application. This works just fine. However, on the Windows platorm is there a way to add code to the script so that after the open FMP files are closed the FMP application then minimizes? On the Mac platform this is not an issue for with no open files, the application is no longer visible to the user anyway despite that it is still running. In Windows, however, once all files are closed users are left with a blank maximized FMP window that many confused novice users then exit, defeating the purpose of my "close files only" option in the script. Thanks, Scott
JPaul Posted May 20, 2001 Posted May 20, 2001 Hi Shorton, if you are confident with WSH (Windows Scripting Host) or VB scripting then try something with one of these, else take a look to WinBatch (www.windoware.com) a nice product to easily build windows native batches (and not only!). Regards. JPaul
Recommended Posts
This topic is 8593 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