is there any kind of vbs code for this??
- From: "cadcamguy" <piearesquared2@xxxxxxxxxxxxxxx>
- Date: Fri, 24 Jun 2005 15:05:34 -0500
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
.
- Follow-Ups:
- Re: is there any kind of vbs code for this??
- From: James Whitlow
- Re: is there any kind of vbs code for this??
- Prev by Date: Re: Proper Syntax for Variable Name in RecordSet.Find
- Next by Date: Re: AD User Accounts
- Previous by thread: Make SQL connection with Windows Auth?
- Next by thread: Re: is there any kind of vbs code for this??
- Index(es):