Batch file conversion

Sharky Forums


Results 1 to 4 of 4

Thread: Batch file conversion

  1. #1
    Reef Shark barton boi's Avatar
    Join Date
    Sep 2003
    Location
    California
    Posts
    364

    Question Batch file conversion

    I have several hundred scanned images in .max format, which is a proprietary format for an application called Scansoft Paperport. I want to convert all of these into .jpg format. I know I can probly do it with an image editing application, but figured I'd try it the hard way.

    All the files are in one folder, so I tried:

    >rename *.max *.jpg

    The extension on every file was changed to .jpg. I tried opening them in a couple of programs, but the format was unrecognized. I created a new folder with 4 .bmps and tried:

    >rename *.bmp *.jpg

    and this worked. Does anyone know of a way to solve this problem? Would installing the Paperport program help?
    Last edited by barton boi; 09-25-2003 at 03:06 AM.
    • 1.5GHZ Pentium M | 768MB PC2700 | ATI Radeon 9600 pro 128MB Turbo | 60GB 7200RPM | 4X DVD+RW | 15.4" WSXGA+ | 802.11b | Logitech MX310 | XP Pro | Slackware 10

  2. #2
    Hammerhead Shark
    Join Date
    Feb 2001
    Location
    Columbus, Ohio
    Posts
    1,277
    When you rename the file is it only doing that. WHen you rename the bmp to jpg it is still a bmp and not a jpg. You need a program to convert the actual file, not just rename it.

  3. #3
    NullPointerException rock's Avatar
    Join Date
    Sep 2000
    Location
    York, PA
    Posts
    6,203
    Many image viewer tools have batch conversion processes. LViewPro is what I use, but I think ACDSee does it too.

    Open Source is free like a puppy is free.

    It's only when you look at an ant through a magnifying glass on a sunny day that you realise how often they burst into flames.

    Understanding Evolution

  4. #4
    Reef Shark barton boi's Avatar
    Join Date
    Sep 2003
    Location
    California
    Posts
    364
    Thanks, I guess you can't do everything with text.
    • 1.5GHZ Pentium M | 768MB PC2700 | ATI Radeon 9600 pro 128MB Turbo | 60GB 7200RPM | 4X DVD+RW | 15.4" WSXGA+ | 802.11b | Logitech MX310 | XP Pro | Slackware 10

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •