Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: eztrimers
  • Order by date
  1. eztrimers

    I need to send a character directly to the paralel port

    here are some simple example to send char to printer var ctxtFile : TextFile begin AssignFile(ctxtFile,'LPT1'); ReWrite (ctxtFile ); Writeln (ctxtFile,'The character you want to send'); end;
  2. eztrimers

    executing a program from an nt service

    you can use winExec command to execute

Part and Inventory Search

Back
Top