Digital White Papers

LPS20

publication of the International Legal Technology Association

Issue link: https://epubs.iltanet.org/i/1310179

Contents of this Issue

Navigation

Page 22 of 51

I L T A W H I T E P A P E R | L I T I G A T I O N A N D P R A C T I C E S U P P O R T 23 and obtain a list of the file names and individual page counts per pdf or tiff file: While this is extremely useful and rapid, the entire file listing or a selection can also be exported to various file formats, including the file names, page count and complete paths. This information can be useful for creating loadfiles, overlays, and for automating hyperlinking functions, etc. FILE NAME LIST While there are a variety of ways to automate creating a file list from a folder, including some discussed herein, one simple method available in Windows is Windows PowerShell. If you're not from an IT background, this may be new. PowerShell is a task automation tool from Microsoft with a command line interpreter – it executes the command entered, so long as you know the language. One such command is "List Files". To obtain a listing of the file names in a folder or subfolder in .txt format, follow these simple steps: 1. In Windows Explorer, navigate to the folder in which the file name list is required. Hold the Shift key and right click on that folder, select the "Open PowerShell Window Here" option: 2. Enter the following command in the PowerShell window and press Enter: cmd /r dir/b >listnames.txt

Articles in this issue

Links on this page

Archives of this issue

view archives of Digital White Papers - LPS20