yes.. I tried to tell command-line program...
they don't work .
#include<iostream>
main()
{system("print path-to-printer path-to-file");
// example for a default network printer
system("print /d:\\\\server1\\printer1 C:\\helloworld.txt");
}
I'm using visual 2003
what can I do??