Stop Microsoft
All Things Microsoft => Microsoft Software => Topic started by: Hollywood on 26 January 2002, 21:09
-
I'm trying to read a .sysz file it comes out in computer language. Is there any way I can change it to english?
-
quote:
Originally posted by Hollywood:
I'm trying to read a .sysz file it comes out in computer language. Is there any way I can change it to english?
Yes, use the "translate" command. Open a command prompt and change into the directory where the file resides and type "translate /english > filename.sysz".
e.g. if you have a file called "system.sysz" in the C:\WINNT directory you would:
1) Open command prompt
2) C:
3) cd \winnt
4) translate /english > system.sysz
Hope this helps!
NOTE: This is intended as a joke. Try it on a meaningless file first.
[ January 26, 2002: Message edited by: VoidMain ]
-
I'm sorry, I should have also added that this command works very well on Windows system files as well. It will output the source code for any windows system file. Run it on "win.com" for instance...
-
I get a bad command or fil name. I tried it ever which way.
-
quote:
Originally posted by Hollywood:
I get a bad command or fil name. I tried it ever which way.
Hmmm, works great on my machine, maybe you should try it on a few more system files....
-
Oh, I forgot to mention that it may give a "Bad command or filename" response, however it should still be doing it's job, keep trying more files...
-
Oh, and in UNIX the command would be "strings filename".
-
Hmm, haven't heard from Hollywood for a while, I hope he didn't take me seriously and try my "joke" suggestion. If he did he's probably trying to figure out how to get his system running again. If nothing else, it would certainly serve as a painful learning experience in the nonexistent system security in MS OSs if he really did do it. I feel bad now but I couldn't imagine that someone would... never mind, now that I think about it again...
-
quote:
Oh, and in UNIX the command would be "strings filename".
You should know better than that:
translate [language options] [FILE1...][FILE2...]
So what you'd do is this:
translate --english f SomeFile | less
That would send the translated version to the pager so you could see what it says. To learn more about it:
man translate
Geez, VoidMain, why don't you learn to RTFM?(!) ;)
[ January 29, 2002: Message edited by: jtpenrod ]
-
this reminds me of that amusing format c: instruction from a month or 2 ago! Ho Ho Ho...
eradicate away!