WRITING IN CMD

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
1212
Posts: 1
Joined: 11 Mar 2020 12:27

WRITING IN CMD

#1 Post by 1212 » 11 Mar 2020 12:35

write cmd commands on your computer to another computer hd attached only by ide/sata adapter..will the commando work.......? or it is dead..

Squashman
Expert
Posts: 4465
Joined: 23 Dec 2011 13:59

Re: WRITING IN CMD

#2 Post by Squashman » 11 Mar 2020 15:05

Your question lacks detail and clarity. Could you please explain in better detail what you are trying to accomplish.

ShadowThief
Expert
Posts: 1160
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: WRITING IN CMD

#3 Post by ShadowThief » 11 Mar 2020 16:11

If you're asking how to run commands on a remote PC, use psexec.
If you're asking how to run commands on a different hard drive (like D: or E:), use cd /d D:\ or pushd D:\ to move to the drive and then run the commands like normal.

If you aren't asking either of these things, please ask your question more clearly.

Post Reply