HI KetilO
look at this:
12=&CMD,0,T,CMD /K "cd F:\RadASM\Tasm\Projects"
Trying to set a menu that puts my working dir directly by opening the dos prompt,in a normal dos window this is working fine but not by radasm.I need to know more how radasm makes the call to the os to call the dos prompt.how this happens:
12=&CMD,0,T,CMD.EXE
-----------
/\
|
is this part given as it is or as string with " "
I have problems setting the menus if I want to give any programm to run any argument.
what do you think about?
thanks
look at this:
12=&CMD,0,T,CMD /K "cd F:\RadASM\Tasm\Projects"
Trying to set a menu that puts my working dir directly by opening the dos prompt,in a normal dos window this is working fine but not by radasm.I need to know more how radasm makes the call to the os to call the dos prompt.how this happens:
12=&CMD,0,T,CMD.EXE
-----------
/\
|
is this part given as it is or as string with " "
I have problems setting the menus if I want to give any programm to run any argument.
what do you think about?
thanks
Hi salme
This will work better
12=&CMD,0,T,CMD,/K "cd F:\RadASM\Tasm\Projects"
KetilO
This will work better
12=&CMD,0,T,CMD,/K "cd F:\RadASM\Tasm\Projects"
KetilO
is it possible to run also a batch file from within' the menu tools?that would be fantastic and flexible?
salme
salme
Hi salme
Yes
KetilO
Yes
KetilO
Hi KetilO
How please?
My system says there are too many quotes".
salme
How please?
My system says there are too many quotes".
salme
OK I was able to branch to a batch file from the default dir where radasm opens a dos prompt.
I'm doing all that because I'm not satisfied the way I can assemble and link a console app. with Tasm, with masm it works well,because ml calls automatically the linker,but with Tasm it's not so.Also I want to be able to assemble and link without making a project.
Is there a way?And How.
thanks.
I'm doing all that because I'm not satisfied the way I can assemble and link a console app. with Tasm, with masm it works well,because ml calls automatically the linker,but with Tasm it's not so.Also I want to be able to assemble and link without making a project.
Is there a way?And How.
thanks.
Hi salme
8=Masm32 &Build,0,T,$B\build.bat,$
The abowe calls build.bat in default bin directory.
9=Masm32 &Run,0,T,,$.exe
The abowe runs the exe.
KetilO
8=Masm32 &Build,0,T,$B\build.bat,$
The abowe calls build.bat in default bin directory.
9=Masm32 &Run,0,T,,$.exe
The abowe runs the exe.
KetilO
Hi KetilO,
May you pass the recently opened file (without project)path to RadAsm. It only passes if opened via open menu or open(toolbar) button. I mean if opened from,
project browser
SendTo(Explorer popup)
RecentFiles
was asked before :cool:
May you pass the recently opened file (without project)path to RadAsm. It only passes if opened via open menu or open(toolbar) button. I mean if opened from,
project browser
SendTo(Explorer popup)
RecentFiles
was asked before :cool: