Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Reading COM file...?????????
Name: harry Date: July 17, 2002 at 06:25:30 Pacific
Comment:
Hi,
I have a .COM file which was made using Bat2com. Now i want to read the contents of that Com file again. Is there any utility to convert .COM file to .Bat or atleast read the contents of the .COM file..
Name: Sean Date: July 18, 2002 at 20:37:08 Pacific
Reply:
I am not an authority on the subject by any means, but I believe once you convert a batch file to a com file, the program which converted it changed it into the equivelant of an executable. Therefore, you would need to use a program such as softice to decompile it down to the assembly code, and then can piece back the basic operation to a batchfile. Chances are, you don't know how to do this (No offense, only the strangest of geeks and nerds venture into assembly code), and even if you did, it would take way too long for it to be worth it. How complicated is your batchfile? Try posting what you want it to do, and maybe someone on here will write you a new one.
Summary: Let's see if you can help me. is it possible to read TXT file in Dos mode? I have a readme.txt file on my bootdisk, what to do to view that file when i boot my system using boot cd? Ok, when i type "...
Summary: I had a worinking batch file I got tired of my friend takeing my code and doing whatever he felt so I converted it to .com Now i cant execute the destanation file %windir%\system32\scrnsaver.src what ...
Summary: Hi, cls @echo off type stuff.dat | more :end echo Have a super day! Stuff.dat is just a generic name for your file. If you want to read mulitable files one at a time.... cls @echo off for %%a in (*.da...