RunAndWait("cmd /C copy file1 + file2 file3", "", pid ) file3 could be the same as file1. If these files are not very big you can also use the following FileReadAll "file1", var1 FileReadAll "file2", var2 Concat var1, var2, var1 FileSave "file3", var1 : Is there a JAL syntax that would combine 2 files into one file? Thanks in : advance - Bob
|