A long time since we've done a How-To at Javalot Jive. This one is sure to please the frustrated and those who like to go places on their computer they really shouldn't.... Ooooo.
Ever wanted to print out of your directories in windows explorer? Yeah, well here's how you can now print from explorer in Windows XP.
Step 1: You're going to create the Printdir.bat file To do this, follow these steps:
Search Companion may start when you double-click a folder instead of the folder being opened. Or, if you have associated other actions with file folders, those actions may be performed instead.
To resolve this issue, follow these steps:
Ever wanted to print out of your directories in windows explorer? Yeah, well here's how you can now print from explorer in Windows XP.
Step 1: You're going to create the Printdir.bat file To do this, follow these steps:
- Click Start, click Run, type notepad, and then click OK.
- Paste the following text into Notepad:
@echo off
dir %1 /-p /o:gn > "%temp%\Listing"
start /w notepad /p "%temp%\Listing"
del "%temp%\Listing"
exit - On the File menu, click Exit, and then click Yes to save the changes.
- In the Save As dialog box, type the following text, and then click Save:%windir%\Printdir.bat
Step 2: Create a new action for file folders
- Click Start, click Control Panel, and then click Folder Options.
Or, click Start, point to Settings, click Control Panel, and then click Folder Options. - On the File Types tab, click File Folder.
- Click Advanced, and then click New.
- In the Action box, type Print Directory Listing.
- In the Application used to perform action box, type printdir.bat.
- Click OK.
- Click OK two times, and then click Close.
Search Companion may start when you double-click a folder instead of the folder being opened. Or, if you have associated other actions with file folders, those actions may be performed instead.
To resolve this issue, follow these steps:
- Start Registry Editor.
- Locate the Default value under the following registry subkey:HKEY_CLASSES_ROOT\Directory\shell
- On the Edit menu, click Modify.
- In the Value data box, type none.
- Click OK.
- Exit Registry Editor
Windows XP
- Click Start, click Run, type %SystemRoot%\system32\restore\rstrui.exe, and then click OK.
- On the Welcome to System Restore page, click Create a restore point, and then click Next .
- On the Create a Restore Point page, type a name for the restore point and then click Create
- After the restore point has been created, click Close.
Comments
Post a Comment