Jump to content

How to edit datafile


marc317

Recommended Posts

Don't know if this would help, but here is the contents of the 2 .bat files I run to decompress and compress the datafile.txt. You'll need eazip to perform the decompress and compress.

To decompress to allow for editing:

eazip.exe -u datafile.txt

copy datafile.txt DatafileEdit.txt

del datafile.txt

PAUSE

You'll see that I actually have a file created called DatafileEdit.txt. This is the file that you can edit with any text editor (Notepad, WordPad).

To compress after editing:

eazip.exe -c DatafileEdit.txt

copy DatafileEdit.txt datafile.txt

del DatafileEdit.txt

PAUSE

You'll see that the file you edited is the one that gets compressed and then copied back into the datafile.txt file name.

Hope this helps!

C

Link to comment
Share on other sites

There is a download in the MVP 2005 sections (Utilities) that use a nice GUI to perform all this for you. You can select to decompress it and open it in the editor of your choice. Then when you are done, it will recompress it for you.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...