From: "jin" Newsgroups: comp.os.msdos.djgpp Subject: help: rename problem Lines: 10 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2479.0006 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 Message-ID: Date: Sun, 28 Jul 2002 17:11:44 GMT NNTP-Posting-Host: 64.26.167.63 X-Trace: news 1027876304 64.26.167.63 (Sun, 28 Jul 2002 13:11:44 EDT) NNTP-Posting-Date: Sun, 28 Jul 2002 13:11:44 EDT Organization: Magma Communications Ltd. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I need to rename couple thousand file from original name (e.g.. abcde.log, 12345.log) to s_name (e.g.. s_abcde.log, s_12345.log). I try use dos rename as: rename *.* s_*.* but it change file name from abcde.log to s_cde.log, not what I wanted (I want s_abcde.log). Can any one help me please. I use window ME My e-mail is: jin AT greatpost DOT com