English
Chinese
  yTin Online Help  

  Home (english) | Home (chinese) | Downloads | Sample scripts | Online help | Utilities | FAQs | Discussions/Messages | Mud&links | My Progs | Mirrors |
sysecho
format:            #sysecho {string} {>}   {filename}
                     #sysecho {string} {>>} {filename}
This is a handy port for #system echo string > filename.
It was not nice to use #system echo under Windows version; for portability
of your scripts and speed, it is recommended that you use #sysecho instead
of #sys echo.

#sysecho has another feature: if the filename contains directory info, it will
try to create the last layer of directory for you.

See also: #fclose/#fopen, #feof, #fseek, #fgets, #log