Docs » Autodocs » dos.library » SetArgStr
SetArgStr -- Sets the arguments for the current process (V36)
oldptr = SetArgStr(ptr) D0 D1 STRPTR SetArgStr(STRPTR)
Sets the arguments for the current program. The ptr MUST be reset to it's original value before process exit.
ptr - pointer to new argument string.
oldptr - the previous argument string
GetArgStr(), RunCommand()
|