Hello all! Lately- as many of you know- I have taken up to ez80! I use notepad++ as my editor and fasmg as my assembler. But the problem is, I have grown tired of the laborious, repetitious processes required to build the .8xp file. Finally, I came upon a solution! Shortcuts! I figured that I would make a build_to_8xp shortcut in notepad++. After a bit of research I found this article, http://docs.notepad-plus-plus.org/index.php/Defining_User_Commands, and used it to create this shortcut in notepad++.
$(CURRENT_DIRECTORY).\fasmg.exe $(FILE_NAME) $(NAME_PART).8xp
This, at least to my untrained eye, seems to be entirely functional, but it's not.
It gives me the error in the cmd prompt as source file not found, although it obviously should be... Any help is appreciated! Thanks in advance!!
PS: Sorry if this is in the wrong forum, I couldn't find one that seemed to suit it…x
$(CURRENT_DIRECTORY).\fasmg.exe $(FILE_NAME) $(NAME_PART).8xp
This, at least to my untrained eye, seems to be entirely functional, but it's not.
It gives me the error in the cmd prompt as source file not found, although it obviously should be... Any help is appreciated! Thanks in advance!!

PS: Sorry if this is in the wrong forum, I couldn't find one that seemed to suit it…x
