I have tens of files that are 256MB and total in 40GB - These are bin files and i want to make one large bin file to mount..etc I need to merge them into one large file. Sometimes I might have larger packs 60gb to 500gb even.
How can i merge these files using some powershel? batch? vbscript? and will NTFS handle these large single files or should I use another OS to do this?
MyAirBridge. With MyAirBridge(Opens in a new window), you can upload a file and email a link to a specific recipient or just upload the file and generate a link to share with anyone. You can send a file as large as 20GB for free.
On Windows/DOS you can do copy /b filename1 + filename2 outfilename
On UNIX/Linux you can do cat filename1 filename2 > outfilename
Files of that size should be fine on NTFS
EDIT: You ask in your comment how to do wildcard copying. You can use wildcards in both cases.
On Windows/DOS you can do copy /b *.txt + *.dat outfilename
On UNIX/Linux you can do cat *dat > outfilename
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With