View Single Post
Old May 8th, 2006, 11:49 AM   #4
boraciner
Programmer
 
boraciner's Avatar
 
Join Date: Nov 2005
Location: Turkey
Posts: 93
Rep Power: 4 boraciner is on a distinguished road
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??
boraciner is offline   Reply With Quote