thats what i was thinking....
code:
private sub Form_Load(command as string)
if command = "status=busy" then
messengerapi.mystatus = 2
else
Msgbox "Command Not Reconised"
end if
end sub
then in the link
code:
pathtoprogram\stigmatasl33tprogram.exe status=busy
would that work?