is there any kind of vbs code for this??

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



set NEWNAME=infofile.txt
for /f %%a in ('dir /b /od *.inf.*') do ren %%a %NEWNAME%


from batch file .... I can rename a ext that is inf.3 inf.4 etc..... not
knowing what the number is
which I am think I need to open it normally




.