LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   report-in script (https://www.linuxquestions.org/questions/linux-software-2/report-in-script-92105/)

devhdc 09-12-2003 04:06 PM

report-in script
 
I need a script who reports when it's online to a WXP box, and im not really sure how todo this, anyway, this script should be runt thru rc.local, and should send like a lil popup window to a Win XP box when it's online... any ideas ?

david_ross 09-21-2003 04:16 PM

You could send a winpopup message by addign this to rc.local:
echo "I'm online" | smbclient -M SOMEHOST

If you can to sed the content from a file then use:
cat /path/to/file | smbclient -M SOMEHOST


All times are GMT -5. The time now is 03:37 AM.