View Full Version : Batch opening and saving
mloli
09-22-2003, 05:46 AM
Hi folks, I need a macro for batch opening and saving list of files.
I have a hudge number of old mi files and I want to put them to 11.60 version.
I have an installation of Me10 11.6.
thank you
bye:eek:
Wolfgang
09-23-2003, 02:08 PM
see 2DD online help. The commands
INQ_ENV 0 plus INQ 904/905 (= first/next selected file from file dialog) might point you into the right direction. Make a loop around for loading and saving (I would prefer 2 different directories)
to get the list of files a
run 'dir where-old-mi-files-are/*.mi >a-temp-file'
might help to have the filenames in an ascii file. For the moment I do not find a possibility to get the filenames into an LTAB..
HTH
mloli
09-24-2003, 01:31 AM
I solved my problem.
I needed to do a batch saving of compressed old files in a directory.
I modified an our vendor's macro.
I attacched my new macro.
Bye and thank you Wolfgang
PS Converti is macro name.
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.