> I remember wasting a good half a day last spring trying to get an Epson
> CX series printer/scanner working with VPC. The consensus on this group
[quoted text clipped - 6 lines]
> using for the very occasional Windows print job. Do I have any hope of
> getting anything from Windows on to paper with the CX4600?
I have a similar problem, though I'm using VPC 6.1.1 and Windows 98 on
OS 10.3.9 with an HP all-in-one. The work-around I use is to "print"
everything to PDF via CuteWriter, saving it in my shared folder. Then I
can print it from OS X. I didn't say this work-around was convenient or
fast, but it does give me a way to get things onto paper. HTH.

Signature
Sandy
my ISP is earthlink.net -- put sfoster1(at) in front
http://home.earthlink.net/~sfoster1
Michael Paine - 25 Nov 2005 20:29 GMT
If you "print" a PDF (or Postscript or text) file to a shared folder you
can set up some Applescript to automatically send it to the printer. See
the tips at
http://idisk.mac.com/mpaineau-Public/apple_script_tips.pdf
(extract below)
I print from VPC6.1/Win98 to a HP T65 Officejet all-in-one using the HP
Deskjet 500C print driver that came with Win98. Of course you dont get
the Officejet manager this way but colour printouts work well.
Michael Paine
----------
To print from Open Access (DOS program running in Dosbox for Mac) to the
OS X printer
Create a folder called, say, Print and add it to the Open Access
searching order. When printing choose FILE and specify the file location
as the Print folder (eg Save as: PRINT:JUNK ).
Create the following Applescript and call it, say
PrintFolderAdditions.scpt.
on adding folder items to this_folder after receiving added_items
delay 20 -- time for job to finish?
repeat with each_item in added_items
tell application "Printer Setup Utility" to open each_item
delay 20 -- time before file is deleted from folder
tell application "Finder" to delete each_item
tell application "Printer Setup Utility"
quit
end tell
end repeat
end adding folder items to
Run FolderActionsSetup script (Applscript examples). Select the Print
folder you created previously and assign the PrintFolderAdditions script
to it.
Now whenever Open Access (or any other application) sends a text file to
the Print folder it is printed and deleted. It also works for Postscript
and PDF files since the Mac printer utility recognises them.
----------
>>I remember wasting a good half a day last spring trying to get an Epson
>>CX series printer/scanner working with VPC. The consensus on this group
[quoted text clipped - 12 lines]
> can print it from OS X. I didn't say this work-around was convenient or
> fast, but it does give me a way to get things onto paper. HTH.
Sandy Foster - 26 Nov 2005 00:30 GMT
> If you "print" a PDF (or Postscript or text) file to a shared folder you
> can set up some Applescript to automatically send it to the printer. See
[quoted text clipped - 7 lines]
>
> Michael Paine
Thanks for the tip, Michael! I'm going to put that script in place right
away. :) Unfortunately, the printer drivers in Win98 won't work on my HP
PhotoSmart all-in-one. :S

Signature
Sandy
my ISP is earthlink.net -- put sfoster1(at) in front
http://home.earthlink.net/~sfoster1
Paul Power - 26 Nov 2005 20:44 GMT
For the most part, the ONLY solution for all-in-one printers is to set
up the emulated printer for VPC. This will allow you to print only.
Scanning, faxing, copying are not supported with this method, but you
'should' be able to print.
Follow the directions in the MS article below.
http://support.microsoft.com/default.aspx?scid=kb;en-us;824366