lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


lua -e "_PROMPT='lua> '" -i
lua -e "_PROMPT=_VERSION..'> '" -i

works fine..Windows doesn't know about single quotes for parameters,
so use the single quote inside double quotes.

steve d.

2008/3/19 Daniel Ventura de Oliveira <doliveira@ctallen.com.br>:
>
>
>
>
> Hi,
>
>
>
> I heard something about changing the DOS prompt on windows using a code
> similar to:
>
>
>
> - lua -e '_PROMPT=_VERSION.."> "' –i
> OR
>
> - lua -e '_PROMPT="lua> "' -i
>
>
>
> But this is not working. Do somebody know what is my mistake?
>
>
>
> Thanks!
>
>
>
> =]
>
>
>
> Daniel Ventura de Oliveira
>
> Desenvolvedor .NET
>
> Centro de Tecnologia Allen Informática
>
> ______________________________
>
> +55 24 2103-0300
>
> doliveira@ctallen.com.br
>
> www.ctallen.com.br
>
>
>
> Confidencialidade: A informação contida nesta mensagem de e-mail, incluindo
> quaisquer anexos, é confidencial e está reservada apenas à pessoa ou
> entidade para a qual foi endereçada. Se você não é o destinatário ou a
> pessoa responsável por encaminhar esta mensagem ao destinatário, você está,
> por meio desta, notificado que não deverá rever, retransmitir, imprimir,
> copiar, usar ou distribuir esta mensagem de e-mail ou quaisquer anexos. Caso
> você tenha recebido esta mensagem por engano, por favor, contate o remetente
> imediatamente e apague esta mensagem de seu computador ou de qualquer outro
> banco de dados. Muito obrigado.
>
>
>
> Confidentiality Notice: The information contained in this email message,
> including any attachment, is confidential and is intended only for the
> person or entity to which it is addressed. If you are neither the intended
> recipient nor the employee or agent responsible for delivering this message
> to t he intended recipient, you are hereby notified that you may not review,
> retransmit, convert to hard copy, copy, use or distribute this email message
> or any attachments to it. If you have received this email in error, please
> contact the sender immediately and delete this message from any computer or
> other data bank. Thank you.
>
>