• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyway to print the contents of a folder?

Use pipe

first go into the directory using the command prompt (my example folder is C:\gilty)

Use "cd GiltY" to get to the folder

then type "dir GiLtY > GiLty.TXT" this will record all the contents in the GiLtY folder into a text file called giltY.txt, it'll be in the same folder

--GiLtY
 
Open up a command prompt, dir *.*>file.txt then print the file. You used to be able to output to prn (default printer) but I'm not sure if it works in xp, or my setup doesn't work. 😛
 
Originally posted by: GiLtY
Use pipe

first go into the directory using the command prompt (my example folder is C:\gilty)

Use "cd GiltY" to get to the folder

then type "dir GiLtY > GiLty.TXT" this will record all the contents in the GiLtY folder into a text file called giltY.txt, it'll be in the same folder

--GiLtY

Actually you might want to make it dir /s GiLtY


 
People have been doing it that way for years, I am surprised that it cannot be down within Windows yet
 
Back
Top