Wenn du bei Olly of File -> Open -> gehst, steht dann da unten Arguments. Da kannste die Paramter reinschreiben.
Ansonsten nomral Öffnen und dann Debug -> Arguments gehen.
Wenn du die Parameter alle kennst.
Kannst dir in deiner Anwednung mal die CreateProcess Funktion anschauen.
Code:
BOOL WINAPI CreateProcess(
__in_opt LPCTSTR lpApplicationName,
[B]__inout_opt LPTSTR lpCommandLine[/B],
__in_opt LPSECURITY_ATTRIBUTES lpProcessAttributes,
__in_opt LPSECURITY_ATTRIBUTES lpThreadAttributes,
__in BOOL bInheritHandles,
__in DWORD dwCreationFlags,
__in_opt LPVOID lpEnvironment,
__in_opt LPCTSTR lpCurrentDirectory,
__in LPSTARTUPINFO lpStartupInfo,
__out LPPROCESS_INFORMATION lpProcessInformation
);