No problemEggles said:Thank you Neocell. Doing it bankshot's way would take forever as I need subfolder printouts as well.
Do the same thing above then you can cut and paste into excel.. If you want to rearrange them you can use the sort function.bankshot said:
- Make sure the items in the folder are in the order you want (for example, alphebetical). This is easiest to do in List mode.
EDIT: Bah, it doesn't seem to care what order you choose, the Copy/Paste does its own thing.![]()
![]()
- Select all (Cmd-A)
- Copy (Cmd-C)
- Open TextEdit
- Paste (Cmd-V)
- Print (Cmd-P)
mduser63 said:Go to Applications->AppleScript and open AppleScript Utility and check the boxes for "Show Script Menu in menu bar" and "Show Library Scripts." Once you've done that, you'll see a new icon on the right side of your menu bar that looks like a little scroll thing. Click on that script icon and then select Printing Scripts -> Print Window (or Print Window with Subfolders in your case). A dialog box will come up so you can select the folder whose contents you wish to print. Select the folder and click open and it'll print a (text) list of files in the folder to your default printer.
There are a lot of other useful little AppleScripts in that script menu, and you can write your own and add them too if you want. Just another great thing about Macs.
mduser63 said:Go to Applications->AppleScript and open AppleScript Utility and check the boxes for "Show Script Menu in menu bar" and "Show Library Scripts." Once you've done that, you'll see a new icon on the right side of your menu bar that looks like a little scroll thing. Click on that script icon and then select Printing Scripts -> Print Window (or Print Window with Subfolders in your case). A dialog box will come up so you can select the folder whose contents you wish to print. Select the folder and click open and it'll print a (text) list of files in the folder to your default printer.
There are a lot of other useful little AppleScripts in that script menu, and you can write your own and add them too if you want. Just another great thing about Macs.
1. Go to system prefrences > print & fax > double click on your printer's name
2. Select files you want to print by using cmd+click
3. Drag files into the printer window or printer icon on the dock
4. You're done!
Out of curiosity, how did you come upon this thread and why did you register to resurrect a five year old thread?
Time traveler? Was that even possible five years ago? (the Sys Prefs thing)
- Make sure the items in the folder are in the order you want (for example, alphebetical). This is easiest to do in List mode.
EDIT: Bah, it doesn't seem to care what order you choose, the Copy/Paste does its own thing.![]()
![]()
- Select all (Cmd-A)
- Copy (Cmd-C)
- Open TextEdit
- Paste (Cmd-V)
- Print (Cmd-P)
In step 5, instead of Paste (Cmd-V) use Edit > Paste and Match Style (Shift-Option-Cmd-V)When I do this, it copies the PICTURES!
You can also use TextWrangler (Bare Bones Software replacement for BBEdit Lite). As far as i know, it allows (together with the Finder) what Mac OS 9.2.2 and earlier had: Print a list of files in a folder (i think Apple called it "Print Desktop", or something like this). Just follow the advice of bankshot and mduser63.It isn't free, but you can try before you buy. BBedit does a great job of listing all files in a folder. I use it all the time to maintain my website.
cd /Folder name
ls > ~/Desktop/list.txt
Is there any way built-in to 10.3.9 to print a list of the files in a folder?
Edit: Sorry - I put this in the wrong folder. Can an admin please move it?