Hi,
is there anybody who knows how to save variables in a txt-file in Flash 5. The script

FS Command ("exec", "command.com"&Chr(9)&"/c"&Chr(9)&"echo"&Chr(9)&"text3="&TypeVar&">c:\cont ent.txt")

works very good in Flash 4 but Flash 5 converts the "&" to "add" and it looks like

FS Command ("exec", "command.com" add Chr(9)add "/c" add Chr(9) add "echo" add Chr(9 add "text3=" add TypeVar add ">c:\content.txt")

Have you any idea how to convert this script so that it works.
Sorry for my bad english and thanks for many answers...
J.