Hi, I just wrote a simple demo-program that should split a char[] in several pieces. It seems that it is working probably. But now I like to know if it is good or if there are better ways for doing what I want. #include "stdafx.h" #include "stdio.h" #include "windows.h" void split(char *string); int main(void) { char test[30]; strcpy(test, "test.txt -r 123 ...