Home » Infrastructure » Windows » rename command in dos
rename command in dos [message #499096] Sun, 13 March 2011 10:26 Go to next message
mohan1760
Messages: 59
Registered: June 2008
Member
hi,

I want to rename

cf(1)
cf(2)
cf(3)

to

cf1
cf2
cf3

in DOS.
Re: rename command in dos [message #499097 is a reply to message #499096] Sun, 13 March 2011 10:38 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>I want to rename
>cf(1)
>cf(2)
>cf(3)

I give up. What exactly are cf(1), cf(2), & cf(3)?
how does the question or solution involve Oracle RDBMS?
Re: rename command in dos [message #499100 is a reply to message #499097] Sun, 13 March 2011 10:56 Go to previous messageGo to next message
mohan1760
Messages: 59
Registered: June 2008
Member
these are filenames i just want to rename them using DOS rename command its not related to oracle, thats why i have chosen Windows category.
Re: rename command in dos [message #499101 is a reply to message #499100] Sun, 13 March 2011 10:58 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>these are filenames i just want to rename them using DOS rename command
so proceed to do so.

It would be helpful if you followed Posting Guidelines - http://www.orafaq.com/forum/t/88153/0/
Re: rename command in dos [message #499103 is a reply to message #499101] Sun, 13 March 2011 11:08 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
REN (RENAME) is the command:
C:\>dir /b cf*
cf(1)

C:\>ren cf(1) cf1

C:\>dir /b cf*
cf1

C:\>

List of other commands is available when you type "HELP" at the command prompt.

Quote:
its not related to oracle, thats why i have chosen Windows category

Note that "Windows" (or "Unix", "Linux", etc.) within OraFAQ forum mean that here are discussed problems related to Oracle RDBMS that runs on MS Windows operating system. If you need assistance that regards operating system usage (i.e. questions that aren't related to Oracle), you should do that elsewhere.
Previous Topic: how to retrieve the blob column data from table?
Next Topic: asmtool -delete
Goto Forum:
  


Current Time: Fri Mar 29 09:04:05 CDT 2024