Open forum for end-user questions about
Wine . Before asking questions, check out the
Wiki as a first step.
Forum Rules
emsoft
Newbie
Posts: 4 Joined: Tue Sep 16, 2008 6:04 pm
Post
by emsoft » Sat Sep 20, 2008 9:20 am
You can run as of an application, developed in Delphi, running the Linux command native lpr, starting at WinExec?
Thank you
EMSoft ®
vitamin
Moderator
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Sat Sep 20, 2008 10:58 am
emsoft wrote: You can run as of an application, developed in Delphi, running the Linux command native lpr, starting at WinExec?
Yes, you can.
emsoft
Newbie
Posts: 4 Joined: Tue Sep 16, 2008 6:04 pm
Post
by emsoft » Sat Sep 20, 2008 12:34 pm
how? Give me an example.
thanks
vitamin
Moderator
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Sat Sep 20, 2008 1:07 pm
emsoft wrote: how? Give me an example.
thanks
Just run them, specifying the full path.
emsoft
Newbie
Posts: 4 Joined: Tue Sep 16, 2008 6:04 pm
Post
by emsoft » Sat Sep 20, 2008 1:58 pm
Friend, thank you. I was trying to use the command "lpr-P queue file" through WinExec, but did not work. Now use as "/usr/bin/lpr-P queue file" And worked perfectly.
Thank you again.