Zitat: |
Synopsis P6Just1 "FQPgmName PgmArgs" "WindowTitle" Where: FQPgmName = Fully qualified name of program file or existing shortcut PgmArgs = Command line arguments passed to program, unless included in shortcut WindowTitle = Title (Caption) of main window displayed by FQPgmName Purpose: Ensure that one instance only of FQPgmName runs. Brings existing instance into foreground or starts a new one. Description FQPgmName is the fully qualified name of a program, such as "C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" that you want to run. This may be any program, even a MS-DOS program. PgmArgs is parameters (arguments), if any, that you would pass to the program if you ran it from the command line or the Run box. WindowTitle is the title, or caption, seen in the program's main window. Use only enough to uniquely identify the program. |