classic773
Programmer
Currently I'm using the System function as follows:
system("del seqfile.txt"
system("move seqfile2.txt seqfile.txt"
system("seq_in_pts avgund.tif post_img.tif < seqfile.txt"
However, I would prefer not to have the Command Prompt windows appear. I've tried ShellExecute and WinExec, and neither of them seem to be able to carry out the command. Does anybody have any suggestions?
(seq_in_pts is an .exe)
system("del seqfile.txt"
system("move seqfile2.txt seqfile.txt"
system("seq_in_pts avgund.tif post_img.tif < seqfile.txt"
However, I would prefer not to have the Command Prompt windows appear. I've tried ShellExecute and WinExec, and neither of them seem to be able to carry out the command. Does anybody have any suggestions?
(seq_in_pts is an .exe)