-
Notifications
You must be signed in to change notification settings - Fork 8
openInstance
MicroBlaster edited this page Jul 9, 2020
·
5 revisions
Purpose: Opens the specified instance and optionally runs one or more scripts..
Syntax: openInstabce [Database] [script] ...
Database (optional) - The name of the database to open after creating instance.
script ... (optional) - Specify one or more scripts to be executed after creating instance.
Notes: You must specify a database or create a database in the specified script before you can open a connection.
Example:
# Open an new instance with a dayabase and script specified.
openInstabce "ClassicTW-GameA.xdb" "Logon.ts"
# Close the specified database
closeInstabce "ClassicTW-GameA"
.