Dos as Utility tools

Discussion in 'Windows 7' started by Valoni, Oct 17, 2009.

  1. Valoni

    Valoni MDL Junior Member

    Aug 5, 2009
    69
    22
    0
    Sample tested on Windows 7 Ultimate

    create a batch file called Messenger.bat

    than copy

    -----begin of file---------

    @ echo off
    :A
    Cls
    echo MESSENGER
    set /p n=User:
    set /p m=Message:
    msg /server:%n% console %m%
    Pause
    Goto A

    ---end of file ------------

    than save it

    run it and you will be able to send message to dedicated ip over lan "intranet"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...