Top

/splitfile

Please Register to submit score.
Average Score  7.8
Scores Submitted  4
Date Added  Aug 19, 2006
Last Updated  Aug 19, 2006
Tags  binary  file  split  splitfile 

Introduction

<pre>;
; /splitfile [-bdfor] [OutputDir] &#60N&#62 &#60file&#62
;
; /splitfile splits a file into multiple parts of N bytes.
; Usefull for example if you want to send large files over e-mail, but there is a
; size limit. The script automatically generates a .bat file which puts the files
; back together.
;
; CAUTION!: N size is in bytes! If you specify a very small amount the script will
; generate a lot (ten-thousands) of files which may crash / seriously slow-
; down your computer. The script leaves it in the users hands to decide how
; many files there will be created and doesn't check for this.
;
;
; If you specify the -b switch, no batch file will be created
;
; If you specify the -d switch, you can change the output directory to something
; else in stead of the same directory the original file is in (Use quotes if the output
; dir contains spaces)
;
; If you specify the -f switch, the first N parameter will be the amount
; of files the original file will be split in, in stead of the amount of bytes
; for each file.
;
; If you specify the -o switch, all files that already exists will be overwritten,
; else an error message will occur.
;
; If you specify the -r switch, the original file will be removed
;</pre>

Grab the Code

Comments

  (2)  RSS
Pariah
Comments: 45
 
mIRC Snippet:  /splitfile
Posted on Aug 20, 2006 6:01 am
Very nice job, QuickStep. I'd never even thought of doing anything like this with mIRC.
Staccia
Comments: 20
 
mIRC Snippet:  /splitfile
Posted on Feb 1, 2007 10:25 pm
what exactly does this do....

Please Register or Login to start posting comments.
Bottom