1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3STRINGTABLE
4BEGIN
5    IDS_USAGE "Visually displays the folder structure of a drive or path.\n\n\
6TREE [drive:][path] [/F] [/A]\n\n\
7\t/F   Display the names of the files in each folder.\n\
8\t/A   Use ASCII instead of extended characters.\n"
9    IDS_NO_SUBDIRECTORIES "No subdirectories exist"
10    IDS_FOLDER_PATH "Folder PATH Listing\n"
11    IDS_VOL_SERIAL "Volume serial number is %x:%x\n"
12END
13