dacap / pocketcpp

Compile C++11 / C++14 / C++17 / C++20 snippets with Notepad++ and MinGW/gcc 9.2.0
82 stars 17 forks source link

Error when running Pocket C++.bat #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Double clicking Pocket C++.bat to start the program causes the error.

What is the expected output? What do you see instead?
I expect the pocketcpp program to load so that I can use it to write code.  
What happens instead is I get an error message that says "'M' is not recognized 
as an internal or external command, operable program or batch file."  I also 
get a popup error message that says "Windows cannot find 'notepad++.exe'. Make 
sure you typed the name correctly, and then try again."  I've attached a 
screenshot image of the error message.

What version of the product are you using? On what operating system?
The product version I'm using is pocketcpp-0.4-x86.exe.  I've also tried using 
pocketcpp-0.4-x64.exe and had the same problem with that version as well.  My 
operating system is Windows 8.1 64bit.

Please provide any additional information below.
The program does not run.  It seems that the Pocket C++.bat file attempts to 
execute notepad++ but the path is wrong, and I don't know how to fix that.

Original issue reported on code.google.com by brian.w....@gmail.com on 22 Jan 2015 at 5:19

GoogleCodeExporter commented 9 years ago
The image of the error messages is attached

Original comment by brian.w....@gmail.com on 22 Jan 2015 at 5:22

Attachments:

GoogleCodeExporter commented 9 years ago
It’s working for me now. I had moved Pocketcpp from MyDownloads folder to a 
subdirectory of the MyDocuments folder and for some reason that screwed up its 
ability to find notepad++.  Moving it back to the MyDownloads folder and 
running it from there resolved this problem for me.

Original comment by brian.w....@gmail.com on 4 Feb 2015 at 8:30