Jump to content

Can I....


Recommended Posts

Posted

Does windows/XP have a scripting language?

 

Have a bunch of files with a .txt extension. Would like to remove this

'.txt'.

  • Replies 14
  • Created
  • Last Reply
Posted

Re: Can I....

 

Why? they are text files, accessible with Notepad/Wordpad and any number of

applications

 

"dba" <dba@somewhere.org> wrote in message

news:dyXCi.487531$p47.370037@bgtnsc04-news.ops.worldnet.att.net...

> Does windows/XP have a scripting language?

>

> Have a bunch of files with a .txt extension. Would like to remove this

> '.txt'.

Guest Valerie
Posted

OT...help

 

OT...help

 

I am trying to post a question on this site but can only replay...why?

 

 

"DL" wrote:

> Why? they are text files, accessible with Notepad/Wordpad and any number of

> applications

>

> "dba" <dba@somewhere.org> wrote in message

> news:dyXCi.487531$p47.370037@bgtnsc04-news.ops.worldnet.att.net...

> > Does windows/XP have a scripting language?

> >

> > Have a bunch of files with a .txt extension. Would like to remove this

> > '.txt'.

>

>

>

Guest Opinicus
Posted

Re: Can I....

 

"dba" <dba@somewhere.org> wrote

> Have a bunch of files with a .txt extension. Would like to remove this

> '.txt'.

 

Why?

 

--

Bob

http://www.kanyak.com

Guest db ´¯`·.. >
Posted

Re: Can I....

 

http://www.microsoft.com/technet/scriptcenter/default.mspx

 

--

 

db ·´¯`·.¸. , . .·´¯`·..><)))º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><)))º>¸.

><)))º>·´¯`·.¸. , . .·´¯`·.. ><)))º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><)))º>

 

 

..

 

 

"dba" <dba@somewhere.org> wrote in message

news:dyXCi.487531$p47.370037@bgtnsc04-news.ops.worldnet.att.net...

> Does windows/XP have a scripting language?

>

> Have a bunch of files with a .txt extension. Would like to remove this '.txt'.

Guest Bert Kinney
Posted

Re: Can I....

 

You're welcome.

 

Regards,

Bert Kinney MS-MVP Shell/User

http://bertk.mvps.org

Member: http://dts-l.org

 

 

dba wrote:

> Bert,

>

> Thanks

>

>

> Bert Kinney wrote:

>> Yes.

>>

>> Scripting:

>> http://msdn2.microsoft.com/en-us/library/ms950396.aspx

>>

>> Regards,

>> Bert Kinney MS-MVP Shell/User

>> http://bertk.mvps.org

>> Member: http://dts-l.org

>>

>> dba wrote:

>>

>>> Does windows/XP have a scripting language?

>>>

>>> Have a bunch of files with a .txt extension. Would like to remove

>>> this '.txt'.

Posted

Re: Can I....

 

dba wrote:

> Does windows/XP have a scripting language?

>

> Have a bunch of files with a .txt extension. Would like to remove this

> '.txt'.

 

from a command prompt:

 

ren *.txt *.

Posted

Re: Can I....

 

jorgen,

 

Ok, this is very good. One more thing would really help. As I will show

I simplified the problem somewhat.

 

movie1.php.07.txt change to movie1.php

firstprog.php.02.txt change to firstprog.php

etc

 

Got something for this?

 

 

 

jorgen wrote:

> dba wrote:

>

>> Does windows/XP have a scripting language?

>>

>> Have a bunch of files with a .txt extension. Would like to remove this

>> '.txt'.

>

>

> from a command prompt:

>

> ren *.txt *.

Posted

Re: Can I....

 

dba wrote:

> jorgen,

>

> Ok, this is very good. One more thing would really help. As I will show

> I simplified the problem somewhat.

>

> movie1.php.07.txt change to movie1.php

> firstprog.php.02.txt change to firstprog.php

> etc

>

> Got something for this?

>

 

try

 

ren *.* *.

ren *.* *.

 

this will remove whatever extension the file has. run it twice...

Guest Ken Blake, MVP
Posted

Re: OT...help

 

Re: OT...help

 

On Mon, 3 Sep 2007 11:10:01 -0700, Valerie

<Valerie@discussions.microsoft.com> wrote:

> I am trying to post a question on this site but can only replay...why?

 

 

First, note that this isn't really a "site," but is a newsgroup. You

are accessing the newsgroup via the awful web-based interface to it,

which is among the worst possible ways to do it, and the reason you

are having such problems.

 

Do yourself a favor and switch to a newsreader, such as Outlook

Express, which comes with Windows. See

http://www.michaelstevenstech.com/outlookexpressnewreader.htm

 

 

--

Ken Blake, Microsoft MVP Windows - Shell/User

Please Reply to the Newsgroup

Posted

Re: Can I....

 

Jorgen,

 

That helps alot. Thanks for the help.

 

Best Regards

 

 

 

jorgen wrote:

> dba wrote:

>

>> jorgen,

>>

>> Ok, this is very good. One more thing would really help. As I will

>> show I simplified the problem somewhat.

>>

>> movie1.php.07.txt change to movie1.php

>> firstprog.php.02.txt change to firstprog.php

>> etc

>>

>> Got something for this?

>>

>

> try

>

> ren *.* *.

> ren *.* *.

>

> this will remove whatever extension the file has. run it twice...

Posted

RE: OT...help

 

RE: OT...help

 

I would imagine you don't have java script enabled, or possibly the latest

version of Java, not really certain.

 

"Valerie" wrote:

> I am trying to post a question on this site but can only replay...why?

>

>

> "DL" wrote:

>

> > Why? they are text files, accessible with Notepad/Wordpad and any number of

> > applications

> >

> > "dba" <dba@somewhere.org> wrote in message

> > news:dyXCi.487531$p47.370037@bgtnsc04-news.ops.worldnet.att.net...

> > > Does windows/XP have a scripting language?

> > >

> > > Have a bunch of files with a .txt extension. Would like to remove this

> > > '.txt'.

> >

> >

> >

Posted

Re: OT...help

 

Re: OT...help

 

Press CTRL key when you click.(pop-up blocker is active)

 

Valerie wrote:

> I am trying to post a question on this site but can only replay...why?

>

>

> "DL" wrote:

>

>

>>Why? they are text files, accessible with Notepad/Wordpad and any number of

>>applications

>>

>>"dba" <dba@somewhere.org> wrote in message

>>news:dyXCi.487531$p47.370037@bgtnsc04-news.ops.worldnet.att.net...

>>

>>>Does windows/XP have a scripting language?

>>>

>>>Have a bunch of files with a .txt extension. Would like to remove this

>>>'.txt'.

>>

>>

>>


×
×
  • Create New...