User-26077021 posted
No .. !! well let me explain you....
Suppose One Server is Missing 10 Patches.
Now we have to search those 10 patches in my local drive say F:\LISTOFPATCHES (this folder having more 1000 patches file).
Now suppose you have to search 10 random patches which is missing on server those are ...
KB765349; KB12564; KB14994; KB78632; KB46987; KB41236; KB741236; KB741236; KB51236; KB45921
if we search those patches in that folder it would be very time consuming instead of searching them indiviually i want to search them at one instanace.
Now let create the form....
1. form ...
2. create two textbox or one textbox and list.
3. One search button.
4. one openfolder button (in which folder we need to search).
5. Now in One box we put the list of all 10 patches in index format one bye one.
6. Clicking on openfolder button to select the folder in which need to search (say local drive F:\LISTOFPATCHES).
7. Click on Search button.
8. Now in other box we need single file like (WindowsInstaller-KB893803-x86.exe) corresponding to we KB number.
KB765349 |
|
WindowsInstaller-KB765349-x86.exe |
KB12564 |
|
WindowsInstaller-KB12564-x86.exe |
KB14994 |
|
WindowsInstaller-KB14994-x86.exe |
KB78632 |
|
WindowsInstaller-KB78632-x86.exe |
KB46987 |
|
WindowsInstaller-KB46987-x86.exe |
KB41236 |
|
WindowsInstaller-KB41236-x86.exe |
KB741236 |
|
WindowsInstaller-KB741236-x86.exe |
KB741236 |
|
WindowsInstaller-KB741236-x86.exe |
KB51236 |
|
WindowsInstaller-KB51236-x86.exe |
KB45921 |
|
WindowsInstaller-KB45921-x86.exe |