connect from my pc to other pc with cmd

Discussion in 'Windows Server' started by sylo, Mar 4, 2014.

  1. sylo

    sylo MDL Novice

    Aug 18, 2013
    7
    0
    0
    hello mdl
    although maybe I did not ask the right topic but do not know where to ask about this issue?

    Can anyone tell me how can I connect in my laptop in cmd from another laptop, logged into the same wirless and transfer the data through cmd, which command should be used

    thanks...
     
  2. Dave101

    Dave101 MDL Junior Member

    Feb 27, 2014
    56
    1
    0
    I do not think this is possible on CMD, i think you may be able to do this using powershell.
    however this is all very easy to do. assuming there not on a domain open a share up log into a local account over the network and copy and paste like u normally would.
    just google how to share folders over the network on windows.
     
  3. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,015
    4,148
    210
    telnet 192.168.x.x

    192.168.x.x = IP of device you want to connect to

    Might need to add telnet client / server on each machine from "Turn windows features on and off"
     
  4. Dave101

    Dave101 MDL Junior Member

    Feb 27, 2014
    56
    1
    0
    LOL i completely forgot about telnet.