Can I....

  • Thread starter Thread starter dba
  • Start date Start date
D

dba

Does windows/XP have a scripting language?

Have a bunch of files with a .txt extension. Would like to remove this
'.txt'.
 
Why? they are text files, accessible with Notepad/Wordpad and any number of
applications
 
I am trying to post a question on this site but can only replay...why?
 
dba said:
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 *.
 
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?
 
dba said:
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...
 
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
 
I would imagine you don't have java script enabled, or possibly the latest
version of Java, not really certain.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top