Guest_imported
New member
- Jan 1, 1970
- 0
suppose you got 1.mpg, 2.mpg, 3.mpg and so on till 10.mpg.
to get them all together i always have to do in a command prompt "copy /b 1.mpg+2.mpg ....."
so i wanna code an app that asks for the last file name without the extension (always supposed to be mpg), then creates a command and execs it with SHELL.
the app knows how many mpgs it has to get together by looking at the last character of the filename (video09, asf03, etc)
but i need a way to get all the filenames into the same string...
appending to a temp file doesn't work cause there's a line break for each print
thanks for your help and sorry if i made anyone dizzy (wait till you see how my code looks...)
to get them all together i always have to do in a command prompt "copy /b 1.mpg+2.mpg ....."
so i wanna code an app that asks for the last file name without the extension (always supposed to be mpg), then creates a command and execs it with SHELL.
the app knows how many mpgs it has to get together by looking at the last character of the filename (video09, asf03, etc)
but i need a way to get all the filenames into the same string...
appending to a temp file doesn't work cause there's a line break for each print
thanks for your help and sorry if i made anyone dizzy (wait till you see how my code looks...)