Does the Filelist Creator have Command Line Options?
Question by Guest | 2019-02-28 at 12:18
The FilelistCreator recognizes a passed folder name as a command line option.
Are there other command line options?
Related Topics
MySQL: Line Breaks in MySQL
Tip | 0 Comments
How to Replace multiple Texts at the same Time
Tutorial | 0 Comments
Windows Batch Script: Computer Shutdown
Tutorial | 2 Comments
Windows: How to make Hibernation available
Tutorial | 0 Comments
Rewrite Text Files with a fixed Line Length
Tutorial | 0 Comments
Repair Text Files with mixed Line Breaks
Tutorial | 0 Comments
Delphi/Lazarus: Command Line Parameter Tutorial Part 1: Sending
Tutorial | 0 Comments
Important Note
Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.
Participate
Ask your own question or write your own article on askingbox.com. That’s how it’s done.
Not yet.UPDATE 2023: With the new CL Version of the FilelistCreator it is now possible to control the FilelistCreator via command line options. For example like this:
...in order to create a list of all files from the folder "C:\Folder" with the columns "Name" and "Size" and save it as "C:\List.xlsx". I present all other parameters and functions of the CL version in the tutorial “Script Control of the Filelist Creator”.
OLD ANSWER from 2019: However, I have already thought about creating a corresponding version. You could possibly pass a settings file as well as paths to files and/or folders and the program would then create the file list from this.
What parameters did you have in mind? Defining a separate parameter for each of the many options would be a bit complicated and unwieldy.
2019-02-28 at 13:53
I thought of two options: specifying a settings file and specifying the folder whose files should be listed.
2019-03-03 at 07:57
And that too is also possible now. To provide the settings via settings files, you can simply pass the settings file to the program:
With this call, a list of the files from the folder "C:\dir" is created according to the settings from the settings file "C:\set.fls" and saved as "list.csv".
2023-09-23 at 19:13