print file contents 2005-03-15 04:04 pm Does anybody know how to print file contents?? I have a few hundred songs stored in 5 or 6 different folders in NWC and would like to be able to print the contents of those folders I have windows xpThank YouRik Quote Selected
Re: print file contents Reply #1 – 2005-03-16 12:09 am Open folder. Select all. Right click. Print. Repeat for other folders. Quote Selected
Re: print file contents Reply #2 – 2005-03-18 09:40 pm What? Only 5 or 6 folders?To those who have LOTS of folders: there are tools available, but a simple Dos-trick works very well.Start, Run, Cmd (or Command, depending on your Windows-version), go to the drive where your Noteworthy-files reside (mine is I:, so I type "i: <enter>"); next, go to the folder(I type cd \rob\noteworthy\, but when there are spaces in the folders, you need to quote it:cd "\Program Files\NoteWorthy Composer\"And now create the list:dir /s /b *.nwc > MyList.txtcreates a list of the names of the Noteworthy files, prefixed with the directory name. Quite useful. Doing the same without the /b switch produces a 'normal' directory listing.No rocket science there, but if I am too vague here or there please say so. Quote Selected
Re: print file contents Reply #3 – 2005-03-19 09:18 pm There's a nifty little program called Filegrab.exe.FileGrab uses Explorer to give you a list of filenames. You can save the list to disk, print it, or copy it into the Clipboard for pasting into another application.So far as I know, it's a freebie, available herehttp://www.pcmag.com/article2/0,1759,1937,00.asp Quote Selected
Re: print file contents Reply #4 – 2005-05-15 05:59 pm First off.... doing a print from Windows Explorer will NOT work. Computer tries to print all of the documents not the file list! DO NOT TRY THIS AT HOME!Second off... FileGrab from PCMag is no longer free. Scumbags.Not sure how to solve this one.... sure glad that I have a old verison of FileGrab. Quote Selected
Re: print file contents Reply #5 – 2005-05-15 06:58 pm For those who are not afraid to use Dos-boxes, do this.Example = get a list of all Noteworthy-files in a directory tree,and write it to MyNwc.txt- Open cmd (or command)- Go to the drive & directory where you want, and type- dir /s *.nwc > MyNwc.txtIt might help. Quote Selected
Re: print file contents Reply #6 – 2005-05-15 06:59 pm So I've said it before... yeah, the power of advertisement is in repetition. Did anybody try it? Quote Selected
Re: print file contents Reply #7 – 2005-05-15 07:07 pm Or try Directory Lister, freeware from:http://freeware.prv.pl/Directory Lister, Windows Configurator freeware for Windows homepageThe site is a bit odd, so you may have to search a bit to find the download page. Quote Selected