execは知りませんがShellExecuteが楽なんではないでしょうか。
#uselib "shell32.dll"
#func ShellExecute "ShellExecuteA" sptr, sptr, sptr, sptr, sptr, sptr
#define SW_MAXIMIZE 3
sdim file, 256
file=dirinfo(3)+"\\taskmgr.exe"
ShellExecute 0, "open", varptr(file), "", "", SW_MAXIMIZE
http://msdn.microsoft.com/ja-jp/library/cc422072.aspx