Is that a windows command? I'm pretty sure that DOS doesn't do escaping. I would be building my index on Linux or OS/2.
Thanks. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List [[email protected]] on behalf of Sri h Kolusu [[email protected]] Sent: Thursday, October 27, 2022 11:05 AM To: [email protected] Subject: Re: Location of forms code in z/OS manuals >> Title is only one of the two data that I want as keys. If title is the key you want then you can run the following DOS command to get the details wmic datafile "C:\\Users\\Johndoe\\Manuals\\pops.pdf" list full Note the escaping of the backslashes \ in the path You can run the above command in batch against all the files in the folder. Thanks, Kolusu ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
