flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution
Write a small proggy to do it.
Code: fasm %1 MyUberExtensionStripperAndRunner %1 |
|||
![]() |
|
bitRAKE
Does Win98 do nothing?
This might work? Code: fasm %1.asm %1 |
|||
![]() |
|
revolution
bitRAKE: Context menus in Explorer always pass the whole filename, including the extension. So you end up with:
Code: fasm FASMW.ASM.asm FASMW.ASM Code: AsmRun.bat "%1" |
|||
![]() |
|
edfed
revolution wrote: Write a small proggy to do it. that's what i first planned to do. but the ideal would be to have the parameter -R (run) in fasm itself. then: Code:
fasm %1 -R
and it will be ok for any windows, linux or else fasm version... ![]() about quotes, the shell puts them automatically, don't you see that in the screen shot? |
|||
![]() |
|
SFeLi
fasm "%1" ~tmp.exe
start /w ~tmp.exe del ~tmp.exe |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.