1 Print folder in right click menu 22nd January 2010, 3:30 pm
SkipSoft
MITR New User
Do you want to print file name in folder. It is easy way. Let me show my tricks. First, open the notepad and write this code and save as yourname.bat.
@echo off
dir %1/-p /:gn> “%temp%\listfile”
start /w notepad /p “%temp%\listfile”
del “%temp%\listfile”
exit
Now, you must open folder options from the Tools tab in the menu bar, Please choose file types tab. Chose file folder in registered file types and click advanced button. You can see edit file type dialog box. Click new and will see new action box Fill the words printing folder in action text box and browse youname.bat and then click OK, OK and OK . Log off or restart your computer. You will see printing folder in your right click menu.
@echo off
dir %1/-p /:gn> “%temp%\listfile”
start /w notepad /p “%temp%\listfile”
del “%temp%\listfile”
exit
Now, you must open folder options from the Tools tab in the menu bar, Please choose file types tab. Chose file folder in registered file types and click advanced button. You can see edit file type dialog box. Click new and will see new action box Fill the words printing folder in action text box and browse youname.bat and then click OK, OK and OK . Log off or restart your computer. You will see printing folder in your right click menu.