joanfran55 Posted October 29, 2009 Share Posted October 29, 2009 Hello, dear people. I'm trying to compile a script that splits a file in some "pieces" with a fixed size and extension. If somebody has all this files and the program can join the parts in a new archive, the same archive original. If you know about the hacha, o splitter and join, I wanna create a similar script with AutoIt, It can be possible? Thanks Regards Link to comment Share on other sites More sharing options...
PsaltyDS Posted October 29, 2009 Share Posted October 29, 2009 Hello, dear people.I'm trying to compile a script that splits a file in some "pieces" with a fixed size and extension.If somebody has all this files and the program can join the parts in a new archive, the same archive original.If you know about the hacha, o splitter and join, I wanna create a similar script with AutoIt, It can be possible?ThanksRegardsLook in the help file for FileOpen() and FileRead(), then compare to _FileReadToArray(). It's hard to tell from the broken English what you actually want to do. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now