Results 1 to 8 of 8

Thread: File packer producing strange error [Resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2001
    Posts
    421

    File packer producing strange error [Resolved]

    The file packer I've made is doing something weird. When it extracts the packed files, it puts characters in the beginning of a file. For example, if a text file called Dog.txt has been packed like this:

    Code:
    Hello, I am a dog.
    What are you?
    It will extract like this:

    Code:
     % Hello, I am a dog.
    What are you?
    It does this on all file types, not just text files. Anyone know what could be going wrong?
    Last edited by Oafo; Oct 15th, 2002 at 12:38 AM.
    [vbcode]
    ' comment
    Rem remark
    [/vbcode]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width