Hi
How i can disable it this by compile
accept the command?
gives an option in radasm?
Have no any an idea :(
I would also like to see that this feature becomes optional.
If you compile radasm from source you can modify out\output.asm to remove the prompt
comment these four lines :
MakeThreadProc proc uses ebx,Param:DWORD
LOCAL sat:SECURITY_ATTRIBUTES
LOCAL startupinfo:STARTUPINFO
LOCAL bytesRead:DWORD
LOCAL buffer[256]:BYTE
; mov fThreadWait,TRUE
; invoke GetCommand,addr outbuffer,Param
mov fThreadWait,FALSE
; or eax,eax
; je Ex
Here is the recompiled exe without prompt.
ok thanks
who can i download this source from the new version?
http://fbedit.svn.sourceforge.net/viewvc/fbedit/RadASM/
you can download GNU tarball of the folder