PDA

View Full Version : Is there another way to join evos?


shlap
10th February 2008, 20:46
I'm trying to use EVODemux but I keep getting an "invalid pointer operation" error when joining the EVOs from Feast.

jacked
11th February 2008, 01:33
I'm trying to use EVODemux but I keep getting an "invalid pointer operation" error when joining the EVOs from Feast.

I use this method;
Have you EVOs in one folder on their own.
Open notepad and type this command :-
copy *.EVO /b newfile.EVO
Save this file with .bat in the name, I used EVO Joiner.bat
Save it somewhere handy to use in the future, it will show up as an MS-DOS Batch File icon.
Copy this icon over to your folder with the EVOs in and double-click the icon and it will join them together.
It should work fine.

shlap
11th February 2008, 02:15
I use this method;
Have you EVOs in one folder on their own.
Open notepad and type this command :-
copy *.EVO /b newfile.EVO
Save this file with .bat in the name, I used EVO Joiner.bat
Save it somewhere handy to use in the future, it will show up as an MS-DOS Batch File icon.
Copy this icon over to your folder with the EVOs in and double-click the icon and it will join them together.
It should work fine.

Wow, super easy. Thanks, I'll give it a try!