Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

nt commands

  • 11-12-2001 10:23am
    #1
    Registered Users, Registered Users 2 Posts: 476 ✭✭


    on win NT 4 is there any other cool commands around besides net send ??


    answers on a postcard please


Comments

  • Registered Users, Registered Users 2 Posts: 932 ✭✭✭yossarin


    :loop
    net send %1 %2 %3 %4
    goto loop

    how do you define interesting ?

    Fdisk & XCopy are kinda cool


  • Registered Users, Registered Users 2 Posts: 4,458 ✭✭✭Gerry


    My favourite was creating a sequence of net sends going to different machines in a lab, in a circle around someones machine. They get mighty freaked out! Then they disabled netsend :(


  • Registered Users, Registered Users 2 Posts: 4,400 ✭✭✭TacT


    hmmm interstingly enough.........how do you disable netsend? :confused:


  • Registered Users Posts: 578 ✭✭✭Son_of_Belial


    It's complicated. Here's a good one: just use msg command.

    Start->Run->cmd
    msg [username] Hello
    or:
    msg [username] /server:[ipaddress] Hello.

    e.g. msg bloggsj Hello

    or

    msg bloggsj /server:192.0.0.1:80 Hello

    If you want to send a message to everyone on the LAN, substitute [username] for *

    e.g. msg * Hello all!

    If you want to send a long message, here's what you do. Say I want to send a message to Joe Bloggs (Username: bloggsj)

    msg bloggsj [ENTER]
    Hello long message whatever you want in here etc...[ENTER]
    [CNTRL+Z][ENTER]

    There you go. Type in: msg /? for more info.


  • Registered Users, Registered Users 2 Posts: 5,933 ✭✭✭JDxtra


    TacT wrote:
    hmmm interstingly enough.........how do you disable netsend? :confused:

    There's a Windows service you can disable on PC's. Had to do it in my place of work as there was bit of messing going on with it.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 16,288 ✭✭✭✭ntlbell


    not sure about cool but the most usefull is format


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,385 Mod ✭✭✭✭Capt'n Midnight


    [php]For /F "delims=" %i in (Longfile.TXT) do echo %i | msg *[/php]


Advertisement