第 1 頁 (共 1 頁)
如何在事件中執行命令?
發表於 : 2006-08-28 14:08:22
由 asongo
我想在after insert事件中送出winpopup訊息給指定的user,不知指令格式為何?
變數
發表於 : 2006-08-29 08:05:15
由 asongo
若是常數用 shell_exec("net send pc01 test")可以用,但是pc01及test要改成變數的格式不知為何?
這樣是哪裡有問題?
發表於 : 2006-08-29 14:05:42
由 asongo
shell_exec("'net send' . $winpopup->toid->GetValue() . $winpopup->content->GetValue() ");