On Windows it is a bit trickier from a command prompt (Start, Run, cmd). For example: "dir d:\>c:\directory.txt" (without the quotes) will write all file names on your d drive to a file named directory.txt in the root of your c drive. If you need to include contents of subfolders use the /s switch with the dir command. For more options type "dir /?" (without the quotes) at the command prompt.
You can use batches to carry out this process, it's easier that the command prompt. You can use relevan switches to specific what you are after. Open notepad and copy and paste the following text into the window: CD\Documents and Settings\Dell\My Documents dir > c:\mydocuments.txt start c:\mydocuments.txt Save this as fix.bat Choose to save as all files. Doubleclick fix.bat and let the program run. The list of files/folders in the specified folder will open. You can replace whatever folder you wish after the "CD" command. For example if you wanted this: C:\Windows\system32, Your top line in the batch would be this -- "CD\Windows\system32". Let me know if this helps. > Dan Kelshaw > Upper Middle Lower Management > Beard Printing and Publishing > 717.854.7799 Ext. 143 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- FusionPro 5.0 Now Available! Variable text on a curve and soft drop-shadows for variable text LIMITED TIME upgrade offer of $299 per license for current customers: http://fusionpro.printable.com/store/upgrade New licenses available for $599 each at: http://fusionpro.printable.com/store/ All FusionPro 5.0 customers to receive FusionPro 5.1 with Adobe Acrobat 8 and InDesign CS3 support when released for FREE. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- -- Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] -- View FusionPro Knowledge Base, FusionPro Samples at www.printable.com/vdp/desktop.htm -- You are currently subscribed to fusionpro as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] -- -- Note: All e-mail sent to or from this address will be received or otherwise recorded by the e-mail recipients of this forum. It is subject to archival, monitoring or review by, and/or disclosure to someone other than the recipient. Our privacy policy is posted on www.printplanet.com --
