Help

Table Of Contents
Command line reference fmsadmin commands
F
ILEMAKER SERVER 9 HELP 182
OPEN command
Format
fmsadmin OPEN [FILE...] [PATH...]
Description
Opens databases in the default and additional database folders. Each FILE specified is opened, or
all the files in each PATH are opened. If no FILE or PATH is specified, all files in the default folder
are opened.
To specify a file by its ID rather than its filename, first use the LIST command to get a list of all
currently open files and their file IDs:
fmsadmin list files [-s]
After you have the file IDs, you can use the OPEN command and specify IDs of the files to open.
For example, the following command opens file IDs 20 and 22 and the folder “Solution”:
fmsadmin open 20 22 "filemac:/Library/FileMaker Server/Data/Databases/
Solution/"
Options
None.
Related topics
CLOSE command (page 176)
LIST command
(page 181)
Command line reference
(page 171)