On Thu, 6 May 2004, Guillermo Gomez wrote:

> My situation is:
>
>       1.- DOSEMU is running in Linux Server(FC1) with centralized
>               DOS app.
>       2.- DOS clients (Windows98) are remote machines (internet)
>
> I've been using passthrough printing for around 6 months with non stable
> results and now we must find a solution quickly.
>
> With the latest dosemu version we can customize print command per user.
>
> I already ported the whole thing to a devel machine and it's working
> locally.
>
> I thought about two/three options:
>       1.- smb shared printers
>               printing command used in .dosemurc?
>       2.- ldp print server on remote machines
>               (know some one for free?)
>       3.- ipp (??? don't have a clue)

You mean the remote machine should print to the printer connected to the
client? DOSEMU can't solve that itself. Quite complicated.

You might be able to figure out the hostname who logged in ("who am i"
may help) and route it via a "smbclient" Linux script which does something
like
smbclient //smbserver/printer -c 'print -'
This should print to the printer share at smbserver from stdin.
(see "man smbclient")
I have no idea if that really works but I don't see any reason why not.

Bart


-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to