Hi Experts, I have a file (size > 3 GB). With hjspldos (Hjsplit.exe) I am able to split that file on Windows 2003 Server without any error. The same is not working on Windows 2008 Server. The error says "This version of C:\FTPTOOL\upload-download\Hjsplit.exe is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher." How can I over come this error? Please help me as this is very urgent. Ashok
Did you try to run it in compatibility mode maybe? An alternative is to split the file using WinRar...anyone should be able to put it back together. I use HjSplit on Vista x64 with no problems.
Hi, I guess you are using the GUI base Hjsplit, but I am using DOS based Hjsplit, where I am encountering the problem. I am running it from the command line (DOS) something like... Hjsplit.exe -s25600 largefile.rar The above command is working fine on Windows 2003 Server but not on Windows 2008 Server. Which command line tool should I use to merge the files that were split using WinRar? Do we have any options to merge using WinRar? Please comment. Thanks, Ashok
In DOS...Not quite sure, but you can use probably UnRar, which is free ( http://www.rarlab.com/rar_add.htm ) or winrar, and the command line will probably be something like: unrar.exe x D:\Archives\*.rar D:\Extracted Files Have a read here,: http://forums.techarena.in/windows-software/1131365.htm
Thanks Cyprusrom for your prompt reply. I tried below commands for splitting and merging using WinRAR on DOS and are working. # 1: Split a file using WinRar from command line (DOS)... Rar.exe a -v25m C:\test.rar C:\Songs In the above; 25m=The source file will be split into 25 MB chunks each # 2: Merge a file using WinRar from command line (DOS) Rar.exe e test.part01.rar C:\RARVolumes\ In the above command, test.part01.rar=the first chunk we get from the 'Split' command in # 1 I still have difficulty on DOS version of Hjsplit for 64-bit OS's :-( Any HELP on this is much more appreciated. Ashok