't get the 'system' function in C working in the CVI/NT environment. This is the first time I'm using C/CVI on the NT. I have no problems using the 'system' function on a UNIX machine. Does CVI support this function? Does it work differently on the NT?I just tested this function and it worked fine on NT. You must have the filename/path wrong. Are you using \\ for \. Remember, backslash is an escape code character so you have to put two of them. Here is an example:
system("C:\\WINNT\\notepad.exe");
Hope this helps,
Chris Matthews
Measurement Studio Support Manager