Wednesday, September 16, 2015

Start a remote process using wmic

c:\>wmic /node:REMOTENODE process call create "notepad"

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...