here goes the problem:
suppose if I want to run a plot.exe in cmd, I wrote the following line in cmd,
plot image.jpg
BTW I was trying in this way in my c file:
system("start plot image.jpg")
the above command start the cmd and also the plot command but the image file did not popup. There is an error command:
"image.jpg is not def"
What does it meant by? please help me out.
system()function should be exactly as you would type them on the command line. Try calling it without "start"