• 该文件分应用程序的开发是一个小的程序,将会分裂的一个大文件分成若干较小的区段。 你可以指定所需的大小的每个分区,或给予的名称盘驱动器上的多个分区将复制。

    使用#1:

    分享文件成为确切的分区

    (可用于创建文件可以更容易地下载的关的互联网网站或BBSes,例如)

    类型:分割的文件大小

    例如:拆分largefile.zip 1048576

    这将创建文件命名为largefile的。拉链。1,largefile的。拉链。2等。 每个分区将1048576字节大。

    使用#2:

    -分裂的文件到多个磁盘

    (可以被用来运输非常大的文件,另一计算机使用的软盘。 你只需要一个备用的软磁盘,以便能够这样做)

    类型:分文件名d:

    例如:拆分largefile.zip a:

    这将创建一个文件命名为largefile的。拉链。1在第一盘,然后提示为尽可能多的磁盘根据需要,因为它创造了连续编号的文件,采取尽可能多的磁盘空间尽可能在目标驱动的。

    加入该文件一起回来!

    这可以通过一个非常简单的命令:

    复制/B部分。1+的一部分。2+的一部分。3.../B outputfile

    这将执行一个二元的追加的所有部分进入输出的文件。

  • फ़ाइल फाड़नेवाला आवेदन विकसित किया गया था करने के लिए हो सकता है कि एक छोटा सा कार्यक्रम विभाजित होगा, एक बड़ी फ़ाइल में एक नंबर के छोटे वर्गों. आप कर सकते हैं या तो निर्दिष्ट वांछित आकार के प्रत्येक विभाजन के लिए, या देने के नाम पर एक डिस्क ड्राइव पर है, जो कई विभाजन कॉपी किया जाएगा ।

    उपयोग #1:

    - बंटवारे में फ़ाइलों को सही विभाजन

    (कर सकते हैं बनाने के लिए इस्तेमाल किया जा सकता है कि फ़ाइलें, और अधिक आसानी से डाउनलोड की छूट की इंटरनेट साइटों या BBSes, उदाहरण के लिए)

    प्रकार: फ़ाइल का आकार

    उदाहरण के लिए: विभाजन largefile.zip 1048576

    यह होगा बनाने के लिए फ़ाइलों का नाम largefile.ज़िप । 1, largefile.ज़िप । 2, और इतने पर । प्रत्येक विभाजन हो जाएगा 1048576 बाइट्स ।

    उपयोग #2:

    - बंटवारे के एक फ़ाइल पर कई डिस्केट

    (इस्तेमाल किया जा सकता है परिवहन के लिए एक बहुत बड़ी फाइल करने के लिए किसी अन्य कंप्यूटर का उपयोग कर डिस्केट. आप केवल एक की जरूरत है स्पेयर डिस्केट के लिए सक्षम हो जाएगा ऐसा करने के लिए)

    प्रकार: स्प्लिट नाम डी:

    उदाहरण के लिए: विभाजन largefile.zip एक:

    इस नाम की कोई फ़ाइल बनाने largefile.ज़िप । 1 पर पहली डिस्केट, तो शीघ्र के लिए के रूप में कई डिस्केट के रूप में की जरूरत के रूप में यह बनाता है के साथ लगातार गिने फ़ाइलों को ले कि के रूप में ज्यादा डिस्क स्थान के रूप में संभव लक्ष्य पर ड्राइव.

    शामिल फाइलों को वापस एक साथ!

    यह पूरा किया जा सकता है के साथ एक बहुत ही सरल कमांड:

    कॉपी /बी हिस्सा है । 1+हिस्सा है । 2+हिस्सा है । 3... /बी outputfile

    इस प्रदर्शन करेंगे एक द्विआधारी संलग्न के सभी भागों में आउटपुट फ़ाइल है ।

  • The File Splitter application was developed to be a small program that will split a large file into a number of smaller sections. You can either specify the desired size of each partition, or give the name of a disk drive onto which multiple partitions will be copied.

    Usage #1:

    - Splitting files into exact partitions

    (Can be used to create files that can be more easily downloaded off of internet sites or BBSes, for example)

    Type: SPLIT filename size

    e.g.: SPLIT largefile.zip 1048576

    This would create files named largefile.zip.1, largefile.zip.2, and so on. Each partition will be 1048576 bytes large.

    Usage #2:

    - Splitting a file onto multiple diskettes

    (Can be used to transport a very large file to another computer using diskettes. You only need one spare diskette to be able to do this)

    Type: SPLIT filename d:

    e.g.: SPLIT largefile.zip a:

    This would create a file named largefile.zip.1 on the first diskette, then prompt for as many diskettes as needed as it creates consecutively numbered files that take up as much disk space as possible on the target drive.

    JOINING THE FILES BACK TOGETHER!

    This can be accomplished with a very simple command:

    COPY /B part.1+part.2+part.3... /B outputfile

    This will perform a binary append of all parts into the output file.