Merging All text files into one

Information related to the use of iMacros for form filling and data upload.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team
Post Reply
msalperen
Posts: 10
Joined: Sat Dec 24, 2005 2:00 pm

Merging All text files into one

Post by msalperen » Sat Oct 28, 2006 10:21 pm

Let's say you have gathered a lot of information in text format and you want to combine them all into a master text file. Here is the solution, copy the script in the second gray area found within this page:

http://www.microsoft.com/technet/script ... y1201.mspx

then save it with vbs file exension, change this parameter:

Win32_Directory.Name='C:\Logs' to your download folder location

then run the script by double clicking. When it's done a file with the name 'output' will appear in the same folder with your script file, containing all your text files.

I did not try the solution for html files, may or may not work with them. Use with care, I'm not responsible for unexpected results though it worked like a charm for me.
User avatar
Tech Support
Posts: 4948
Joined: Tue Sep 20, 2005 7:25 pm
Contact:

Post by Tech Support » Mon Oct 30, 2006 3:20 pm

Hi,

Thanks for the tip msalperen!

This website from Microsoft is a great resource for Visual Basic Scripting.

Daniel Kerr
iOpus Support
Post Reply