flat assembler
Message board for the users of flat assembler.
Index
> DOS > %~n1 under DOS and WIN98 |
Author |
|
revolution 07 Oct 2010, 02:17
Write a small proggy to do it.
Code: fasm %1 MyUberExtensionStripperAndRunner %1 |
|||
07 Oct 2010, 02:17 |
|
bitRAKE 07 Oct 2010, 04:23
Does Win98 do nothing?
This might work? Code: fasm %1.asm %1 |
|||
07 Oct 2010, 04:23 |
|
revolution 07 Oct 2010, 04:30
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" |
|||
07 Oct 2010, 04:30 |
|
edfed 07 Oct 2010, 12:05
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? |
|||
07 Oct 2010, 12:05 |
|
SFeLi 07 Oct 2010, 13:01
fasm "%1" ~tmp.exe
start /w ~tmp.exe del ~tmp.exe |
|||
07 Oct 2010, 13:01 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.