Using a shell script in Windows
Posted: Wed Jan 30, 2013 5:43 am
The following script to split a file into 50 MB chunks works fine in the Mac version.
do shell ("split -b50m" && theFile)
But not being familiar with Windows I'm having problems getting my head around how to do the same in the Windows version.
do shell ("split -b50m" && theFile)
But not being familiar with Windows I'm having problems getting my head around how to do the same in the Windows version.