|
Archives of the TeradataForumMessage Posted: Tue, 23 Oct 2002 @ 02:35:03 GMT
Hi, you can issue dir /? from the CMD prompt on windows and get a list of all the options. dir /b > c:\temp\file.txt will generate a list of all the files in a directory on windows. if you want to get fancy like /b is nice because it gives just the BARE names without all size and date stuff. Also they will be completely qualified as well. C:\Documents and Settings\user\Templates\quattro.wb2 dir /b /s > c:\temp\file.txt will recurse all the subdirectories. dir /b /a-d > c:\temp\file.txt only the files and not the directories dir /b /s /a-d > c:\temp\file.txt only the files and not the directiories but recurse all the subdirectories.
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||