hi all,

i'm looking for a way to pass an argument to an application when loaded in w32dasm debugger.

e.g.:

i have a program called test.exe, when i run it it says: "usage: test.exe <argument>".

now my problem is that i need to know how to pass this argument in order to debug the program like it should.

i know how it works with ollydbg. but i prefer w32dasm due to the display of the registers.


thanks in advance,


regards

[EDIT]i have solved the problem after a lot of googling: goto "debug", "debugger options" and check the box "Enable Command Lind on Load", this will allow you to add an argument when loading the desired program.[/EDIT]