Answer» i have a Lexmark P4350 a friend gave me but don't have the disk, and the insall wizzard can't find the driver for it os xp home sp2 if anyone can help please REPLY thankshttp://search.lexmark.com/printer/US/en/22D0000I'm stupid i admit it, but i FOLLOWED the link DOWNLOADED the file started the install and the notepad KEEPS coming up what do i do now?Option Explicit DIM objWshShell, Fs, folder, drive, driversetup, driver,appsetup, Windir, attrfolder, attrfile Set objWshShell = WScript.CreateObject("WScript.Shell") Set Fs = WScript.CreateObject("Scripting.FileSystemObject") Set Folder = Fs.GetSpecialFolder(2) Set Drive = Fs.GetDrive(Fs.GetDriveName(Folder)) driversetup = "install\lxcefire.exe -LANGUAGE=ENGLISH -nolicense" objWshShell.Run driversetup, 1, true driver = Drive.DriveLetter + ":\temp\{9F5FBC24-EFE2-4f90-B498-EC0FB7D47D15}\lxce\lxceinst.exe -nolicense -LANGUAGE=ENGLISH" objWshShell.Run driver, 1, true appsetup = "Applications\setup.exe" objWshShell.Run appsetup, 1, true
this is what keeps coming up on the notepad,what do i need to do from here? any ideas? i don't know what to dohttp://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:1:0:479:0:0&searchLang=en&os_group=WinXP&target=
|