Please download the sub-files individually by clicking on the links above. Save these sub-files into the same destination folder.
After completing the download of ALL sub-files, open a command prompt/console window.
Change the current directory in the command prompt/console window to the destination folder used for downloading the sub-files.
To reconstruct the original file, run the appropriate command based on your operating system to concatenate all the sub-files:
For Windows system:
copy /b subfile1.bin + subfile2.bin + subfile3.bin + subfile4.bin "Nestle_DrinkingShotsSel_100616 .mov.zip"
For Linux / Macintosh systems:
cat subfile1.bin subfile2.bin subfile3.bin subfile4.bin > "Nestle_DrinkingShotsSel_100616 .mov.zip"