Hey guys, anyone know how to setup FASM on geany so the compile and the execute will work?

This is what I currently do:
Compile: ./fasm "%f"; chmod a+x %e.com
Execute: ./%e.com

When I compile it, it seems to be okay. When I execute, however, it gives this:
�: not found
anyone know what to do?

Go to preferences and select the terminal tab.
Uncheck "Follow the path of the current file"
Check "Don't use run script"
and to use the Geany terminal, check "Execute programs in VTE"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.