Nov 18th 2009 #1 Hello,it is also possible to call ndcucfg with command line arguments, for example:ndcucfg -c "touch calib" If want to call ndcucfg from your application you may use: Code BOOL bRes = CreateProcess(_T("ndcucfg"), _T("-c \"touch calib\""), NULL , NULL, 0, 0, NULL, NULL, NULL, NULL);