On Jun 26, 2025, at 12:34 PM, Farley, Peter 
<[email protected]> wrote:

Never mind, that does not work either.  Not sure what the “right” way would be.

This is Windows if I remember correctly? Because in a Unix-like environment, 
you could do:

for x in *.txt ; do
b=`basename -s .txt $x`
mv $x $b
done

I don’t do Windows, though.


--
Curtis Pew, Mainframe Specialist
The University of Texas at Austin | ET Campus Solutions







----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to