4D v14.3Appendix B: 4D using command lines |
||
|
4D v14.3
Appendix B: 4D using command lines
Appendix B: 4D using command lines
You can use the Mac OS Terminal or the Windows console to drive your 4D applications (4D and 4D Server) using command lines. More particularly, this functionality allows you to open a database remotely, which can be especially useful for administering Web servers. You can execute commands lines for 4D applications using the Mac OS X Terminal or the Windows console.
Note: Under OS X, you can pass the arguments directly by going to the folder where the application is found inside the package (Contents/MacOS path). For example, if the 4D package is located in the MyFolder folder, you must write the command line as follows: /MyFolder/4D.app/Contents/MacOS/4D &. However, we recommend that you use the open command. Here is a description of command lines and their arguments which are supported by 4D applications. These examples assume that your 4D application is stored on the desktop and that the database to be opened is found in the "Documents" folder. Note: The current folder of the user is reached using the "~ " command under OS X and the "%HOMEPATH%" command under Windows.
|
PROPERTIES
Product: 4D ARTICLE USAGE
4D Design Reference ( 4D v14 R2) Parent of : Appendix B: 4D using command lines ( 4D v14 R4) |