2d2 Subj : Re: printing from 5.02 To : borland.public.cpp.borlandcpp From : Sebastian Ledesma Date : Wed Jun 29 2005 04:05 pm Hello Jay: Try this method: save("myFile.txt"); ShellExecute(NULL, "print", "myFile.txt", NULL, NULL, SW_MINIMIZE); Saludos Sebastian "jay widman" escribió en el mensaje news:42c2be73$1@newsgroups.borland.com... > My 5.02 program needs to print a ascii file to a > print server. I've tried using: > system ( "copy ..." ) ; > This works on windows 98 machines but not on > 2000 and XP machines. > Does anyone have other suggestions? > Also, are there any other websites that I could > check? > thanks in advance > jay > > . 0