mikeholmes Newbie
Joined: 25 May 2004 Posts: 5 Location: Lincoln, England
|
Posted: Wed May 26, 2004 3:47 pm Post subject: |
|
|
I've been wondering how people have managed unicode files. I came across them becuase Windows 2000 log files tend to be in unicode format. After some aborted attempts at reading this file into vds I discovered that if I did this:
run cmd /c type %%filename>c:\tempname.txt, wait
%%filename = c:\tempname.txt
I could then happily read the file. |
|