Hello Thank you all for all your reply it do help.Therob can you please tell me what for the kix code that you run and work fine. how you did and what is does exactly, please...
Therob , i do download the code for the link that you give last time. what i have uderstand is that i will have to execute the renameprinters.exe only by follwing the steps below:
Method 1:Call from the Appsetup Key without progress bar -------------------------------------------------------- 1.Create a directory in the c:\winnt\system32 directory call "PrinterSol" 2.Copy All of the files in this package to that location 3.Register the prnadmin.dll 4.Create a batch file called ctxprinters.bat and place it in the C:\winnt\system32 directory. The directory path does not really matter, as long as the application is in the PATH. The batch file should have the following syntax:
@echo off REM WAIT.EXE (AMOUNT OF TIME TO PAUSE FOR PRINTERS TO CREATE) echo Renaming Client Printers. Please wait! WAIT 20 REM This will wait 20 Seconds renameprinters.exe %username%- REM This will rename the printers and append the prefix username-printername
5.Create an entry in the registry following any other settings in the APPSETUP Key "HKLM\SOFTWARE\MICROSOFT\WINDOWS NT\CURRENT\VERSION\WINLOGON\". An example of the entries in this key is (UsrLogon.Cmd,updatdrv.exe,cmstart.exe,ctxprinters.bat)
But i am not able to do the last step. the step 5.I have not seen the examples mention above when i go to the specified path and i do not know how to create an ntry and which entry should i create?? does it mean i should create an entry for ctxprinters.bat?? Please help me out. i have not been able to test the program till now?
Thanks a lot in advance
Nazeedah
|