I found this item in the File Menu, but not sure how to use it. It is gray out.
Open worlds in startup list?
Posted by Wanghom8228 on Wed 17 Nov 2010 01:17 PM — 6 posts, 22,781 views.
Thanks a lot, Fiendish.
One more question, are we able to open a startup list from file??
for example:
MushClient -startup:Game1.xml
One more question, are we able to open a startup list from file??
for example:
MushClient -startup:Game1.xml
Not exactly, but you could update the database before opening MUSHclient. Something along these lines:
The world files to open are in the 'WorldList' database row, as file names separated by asterisks.
sqlite3 mushclient_prefs.sqlite "UPDATE prefs SET value = 'a.mcl*b.mcl*c.mcl' WHERE name = 'WorldList'"
mushclient.exe
The world files to open are in the 'WorldList' database row, as file names separated by asterisks.
I see.
Thanks for good suggestion.
But I don't have sqlite3 in my box. So I actually can backup the mushclient_prefs.sqlite for different usage.
Right?
for example:
> copy /y game1.sqlite mushclient_prefs.sqlite
> muschclient.exe
BTW again: Is there any way can load the sqlite file directly?
such as: mushclient.exe game1.sqlite?
Thanks for good suggestion.
But I don't have sqlite3 in my box. So I actually can backup the mushclient_prefs.sqlite for different usage.
Right?
for example:
> copy /y game1.sqlite mushclient_prefs.sqlite
> muschclient.exe
BTW again: Is there any way can load the sqlite file directly?
such as: mushclient.exe game1.sqlite?
Get from here:
http://www.sqlite.org/download.html
Right now it is:
http://www.sqlite.org/sqlite-3_7_3.zip
MUSHclient itself has SQLite3 access built into it. However my suggestion was so you could set it up in advance to open certain files.
However a normal user would simply use the Global Prefs configuration window to add whatever file s/he wanted.
No.
http://www.sqlite.org/download.html
Right now it is:
http://www.sqlite.org/sqlite-3_7_3.zip
MUSHclient itself has SQLite3 access built into it. However my suggestion was so you could set it up in advance to open certain files.
However a normal user would simply use the Global Prefs configuration window to add whatever file s/he wanted.
Wanghom8228 said:
BTW again: Is there any way can load the sqlite file directly?
such as: mushclient.exe game1.sqlite?
BTW again: Is there any way can load the sqlite file directly?
such as: mushclient.exe game1.sqlite?
No.