[Starkit] Re: [Metakit] Autorun for wikit
Brian Theado
brian.theado at gmail.com
Tue Nov 15 21:58:37 CET 2005
On 11/15/05, Chan Chi Hung <chihung at mc-3.org> wrote:
> I still cannot run the wikit directly from CDROM, which is a readonly media.
[...]
>
> %ECHO OFF
> SET CDROM=%CD%
> C:
> %CDROM%tclkit-win32.exe %CDROM%wikit -readonly %CDROM%wikit.tkd
>
[...]
> I would really love to know why I cannot launch directly from CDROM
> drive. Does the starkit trying to write something to the current directory ?
>
Try adding the -nolock switch. Without it, a lock file is created in
the current directory.
tclkit-win32.exe wikit -readonly -nolock wikit.tkd
More information about the Starkit
mailing list