Author Topic: changing films from caps to lowercase  (Read 574 times)

Offline Sancho

  • Silver Member
  • ****
  • Posts: 1043
      • http://www.56thfightergroup.com
changing films from caps to lowercase
« on: May 30, 2001, 10:04:00 AM »
Somehow, 100 some odd .ahf films of mine became capitalized.  AH will only play the lower case files!  Is there an easy way in DOS perhaps to change the names from caps to lowercase?

Offline Lephturn

  • Silver Member
  • ****
  • Posts: 1200
      • http://lephturn.webhop.net
changing films from caps to lowercase
« Reply #1 on: May 30, 2001, 12:41:00 PM »
Weird.

You should be able to rename them to "file.ahf" in lower case using windows just fine.

Not that it should matter.

------------------
Sean "Lephturn" Conrad - Aces High Chief Trainer

A proud member of the mighty Flying Pigs
http://www.flyingpigs.com

Check out Lephturn's Aerodrome for AH articles and training info!

Offline SKurj

  • Gold Member
  • *****
  • Posts: 3630
changing films from caps to lowercase
« Reply #2 on: May 30, 2001, 01:46:00 PM »
U could try making a bat file to change the extension of all the files, and then change it back again...

just make a bat file containing:

rename *.ahf *.bmp
rename *.bmp *.ahf

and put it in your film directory.
Make a backup of the film files in case it makes them unuseable.

I dunno if this would work or not... it might +)


Salvo

Offline Sancho

  • Silver Member
  • ****
  • Posts: 1043
      • http://www.56thfightergroup.com
changing films from caps to lowercase
« Reply #3 on: May 30, 2001, 02:48:00 PM »
Skurj you da man!    It worked.  I didn't really want to manually change over a hundred filenames.  DOS is pretty lame, but that was impressive how it handled the wildcard on a per file basis through the rename.

Offline SKurj

  • Gold Member
  • *****
  • Posts: 3630
changing films from caps to lowercase
« Reply #4 on: May 30, 2001, 05:26:00 PM »
 

Salvo

BTW sometime would like to hook up with you fellow JUG drivers.

[This message has been edited by SKurj (edited 05-30-2001).]