WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

FileMenu

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

FileMenu for all filetypes.mnw error 3052

Keywords:      3052 Print Notepad CurrFilePath() FileMenu for all filetypes.mnw

Question:

When I right click on a file and select "File Operations", and then select "Print (with notepad)" I get the error 3052 on the line:
	Run("notepad.exe",strcat("/p ",FileCurrPath())

Answer:

Open the file "Winbatch\system\FileMenu for all filetypes.mnw" in notepad. Do a search for "FileCurrPath". Replace the line in the file with the line below.

The function CurrFilePath is spelled incorrectly as FileCurrPath(wrong) and there needs to be one more end-parentheses at the end of the line.

The line should read...

	Run("notepad.exe",strcat("/p ",CurrFilePath()))
This problem occurs in version 98C....
Article ID:   W13018
Filename:   FileMenu for all file types Problem.txt
File Created: 1999:04:15:16:51:12
Last Updated: 1999:04:15:16:51:12