Windows Print Migrator 3.1

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Windows Print Migrator 3.1
# 1  
Old 12-13-2005
Windows Print Migrator 3.1

Has anyone used the above microsoft tool that creates a backup / cab file of printers & drivers on a PC. If so any had the following message -

EnumPorts failed with 7a

As a result no ports are backed up, any ideas ??
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

Print to Windows PDF printer from AIX

Hopefully this is the correct place to post this, if not please let me know. I am trying to find a way to print from AIX directly to a windows PDF printer. I don't really care if it is paid or freeware, I am just trying to get it to work. I did see a product called BullZip and I am going to... (3 Replies)
Discussion started by: DerangedNick
3 Replies

2. Solaris

Setting up Solaris 10 to print to a windows print server

Guys, I have a issue that I am trying to rectify please advise. lpstat -t shows scheduler is running printer lext644 disabled since Mon Dec 02 19:48:18 2013. available.I have restarted the printer service and it shows online but the above says disabled. I have a lot of jobs in the print... (1 Reply)
Discussion started by: terrywhitejr
1 Replies

3. Programming

print C codes from Solaris 10, x86 to cygwin on Windows?

Sorry, I meant to type "porting C codes from Solaris 10, x86 to cygwin in Windows" I just installed cygwin 1.7 to my Windows PC. I have a C program that compiles fine using gcc on Solaris 10, x86. This C program contains system calls like: system ("ls -l > file.txt"); and system... (3 Replies)
Discussion started by: serendipity1276
3 Replies

4. SCO

print from windows xp

i have application of gestion instaleled in sco openserver but i want to config my printing in my windows xp name of my print is epson lq 2080 and it's instaled in windows xp thank all ;);):):b::b::b: i accede to my server sco open whith logiciel putty (2 Replies)
Discussion started by: skambram
2 Replies

5. UNIX for Dummies Questions & Answers

smbclient print while preserving windows printer settings?

I have successfully gotten AIX to print to a windows shared printer with this command: smbclient -U user%password -W domain -c "print file.ext" the only problem is: I have this print queue set up on the Windows side to overlay an image to all pages. When printing from samba, the overlay... (2 Replies)
Discussion started by: raidzero
2 Replies

6. HP-UX

print parameters on windows

Hello I've been google'ing to try to find an answer to my question but can't seem to find it. What I want to do is to pass the email address of a user printing from the HP-UX to a printer attached to a Windows 2003. The printing is done using lp. I can see that the printjob on windows has... (0 Replies)
Discussion started by: jacma
0 Replies

7. UNIX for Advanced & Expert Users

print from windows

I have a printer on sun solaris configured on a terminal server I want to print on this printer from windows xp or windows 2003 I put the devices that want to print in the hosts and hosts.lpd file and the I use the comman lpr -S my_server -P unix_printer my_file but the job didn't go . can I... (1 Reply)
Discussion started by: maher2000@hotma
1 Replies

8. UNIX for Advanced & Expert Users

Configure SCO Unix to print on windows base XP printer

Hi, I have done this year ago, and now I need to do it again, but did not remember how I do it. I have a slip printer on a windows xp workstation and i need to print from SCO unix application to that printer. I try to create a remote printer but the only option available is unix, the other to... (0 Replies)
Discussion started by: comsiconsa
0 Replies
Login or Register to Ask a Question
cupsaddsmb(8)						      Easy Software Products						     cupsaddsmb(8)

NAME
cupsaddsmb - export printers to samba for windows clients SYNOPSIS
cupsaddsmb [ -H samba-server ] [ -U samba-user ] [ -h cups-server ] [ -v ] -a cupsaddsmb [ -H samba-server ] [ -U samba-user ] [ -h cups-server ] [ -v ] printer [ ... printer ] DESCRIPTION
cupsaddsmb exports printers to the SAMBA software (version 2.2.0 or higher) for use with Windows clients. Depending on the SAMBA configura- tion, you may need to provide a password to export the printers. This program requires the CUPS or Adobe PostScript printer driver files described below. The -H option specifies the SAMBA server which defaults to the CUPS server. The -U option specifies the SAMBA print admin username which defaults to your current username. The -a option exports all known printers. Otherwise only the named printers are exported. The -h option specifies a different CUPS server to use. The -v option specifies that verbose information should be shown and is useful for debugging SAMBA configuration problems. SAMBA CONFIGURATION
cupsaddsmb uses the new RPC-based printing support in SAMBA 2.2.x to provide printer drivers and PPD files to Windows client machines. In order to use this functionality, you must first configure SAMBA (via the smb.conf file) to support printing through CUPS and provide a printer driver download share, as follows: [global] load printers = yes printing = cups printcap name = cups [printers] comment = All Printers path = /var/spool/samba browseable = no public = yes guest ok = yes writable = no printable = yes printer admin = root [print$] comment = Printer Drivers path = /etc/samba/drivers browseable = yes guest ok = no read only = yes write list = root This configuration assumes a FHS-compliant installation of SAMBA; adjust the [printers] and [print$] share paths accordingly on your system as needed. CUPS POSTSCRIPT DRIVERS FOR WINDOWS
cupsaddsmb can use the CUPS PostScript printer drivers for Windows, which are available for download from the CUPS web site. The CUPS printer drivers are preferred over the Adobe drivers since they support page accounting, banner pages, and page labels on all printers. However, currently only Windows NT, 2000, and XP are supported by the CUPS drivers, so you will also need to get the Adobe driver to support Windows 95, 98, and Me clients. Once you have extracted the driver files, create a "drivers" directory in the CUPS data directory (usually /usr/share/cups) and copy the CUPS files using lowercase filenames, as follows: [Windows NT, 2000, and XP] cups.hlp cupsdrvr.dll cupsui.dll ADOBE POSTSCRIPT DRIVERS FOR WINDOWS
cupsaddsmb can use the Adobe PostScript printer drivers for Windows, which are available for download from the Adobe web site (http://www.adobe.com). The CUPS printer drivers are preferred over the Adobe drivers since they support page accounting, banner pages, and page labels on all printers. Once you have extracted the driver files, create a "drivers" directory in the CUPS data directory (usually /usr/share/cups) and copy the Adobe files using UPPERCASE filenames, as follows: [Windows 95, 98, and Me] ADFONTS.MFM ADOBEPS4.DRV ADOBEPS4.HLP DEFPRTR2.PPD ICONLIB.DLL PSMON.DLL [Windows NT, 2000, and XP] ADOBEPS5.DLL ADOBEPSU.DLL ADOBEPSU.HLP You can download and copy either set of driver files independently, and use the CUPS drivers for Windows NT, 2000, and XP while using the Adobe drivers for the Windows 95, 98, and Me clients. SEE ALSO
CUPS Software Administrators Manual, http://localhost:631/documentation.html COPYRIGHT
Copyright 1993-2002 by Easy Software Products, All Rights Reserved. 27 September 2002 Common UNIX Printing System cupsaddsmb(8)