-
Notifications
You must be signed in to change notification settings - Fork 8
closeInstance
MicroBlaster edited this page Jul 3, 2020
·
2 revisions
Purpose: Closes the specified instance .
Syntax: closeInstabce [Instance|All]
Instance - The name of the instance to close or specify "All" to close all other instances.
**Notes: This is a hard termination of the specified processes, so no data will be updated and tray icons will not be deleted. Use "halt" to terminate the current instance as "closeInstabce All" will leave it running.
Example:
# Open an existing database
openInstabce "ClassicTW-GameA.xdb" "Logon.ts"
# Close the active database
closeInstabce "ClassicTW-GameA"
.