Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: File size separating  (Read 3232 times)

0 Members and 1 Guest are viewing this topic.

devil0150

    Topic Starter


    Beginner

    Thanked: 1
    File size separating
    « on: May 14, 2009, 01:16:44 PM »
    I have some txt files and i want them all to be separated in text files less than 10 kb (9.9 kb or something like that). I'd like a batch file but it could be useful even if it is in c++ or c#. I want the program to create new files with similar names like:

    myfile : 15 kb

    after program executing

    myfile1 : 10 kb
    myfile2 : 5 kb

    If you need this: i want to put the program in the same directory as the txt files.

    gh0std0g74



      Apprentice

      Thanked: 37
      Re: File size separating
      « Reply #1 on: May 14, 2009, 09:26:07 PM »
      you can go here . download it and play with the split command.

      Carbon Dudeoxide

      • Global Moderator

      • Mastermind
      • Thanked: 169
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Experience: Guru
      • OS: Mac OS
      Re: File size separating
      « Reply #2 on: May 15, 2009, 02:04:12 AM »
      Just something you may want to check out:

      HJSplit: http://www.freebyte.com/hjsplit/

      devil0150

        Topic Starter


        Beginner

        Thanked: 1
        Re: File size separating
        « Reply #3 on: May 15, 2009, 11:27:13 AM »
        Thanks both. I used the carbon's splitter because gh0st's link had too much stuff to read.

        Carbon Dudeoxide

        • Global Moderator

        • Mastermind
        • Thanked: 169
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Experience: Guru
        • OS: Mac OS
        Re: File size separating
        « Reply #4 on: May 15, 2009, 11:32:49 AM »
        LOL take the easy way out.

        Anyways, glad to help.