G
Guest
How does C# implement system calls in the old terms?
As in C system("OSfunction");
I want to copy a file to the printer port for direct PCL (printer control
language) execution. In cmd it will be "copy file lpt1" or similar
As in C system("OSfunction");
I want to copy a file to the printer port for direct PCL (printer control
language) execution. In cmd it will be "copy file lpt1" or similar