Hi,

please help me with the idea how to integrate pyz80 into the Notepad++ (Win7).

I tried many forms of the Notepad++´s  Menu Run, from the simple sentence...
PYTHON PYZ80.PY source.s
(which works in the CMD line)

... to ...
c:\python25\python c:\python25\pyz80.py "$(FULL_CURRENT_PATH)"
... or ...
cmd /c c: && cd python25 && python pyz80.py "$(FULL_CURRENT_PATH)" || pause

Also created a BAT file in order to have the  "RUN" sentence as short as 
possible...

And yes, I have set the system PATH variable in Windows 7 for the the PYTHON25 
directory
and copy the file pyz80 into it.

Thanks
Josef

Reply via email to