Try a batch file, probably something like this:
hostname > info.txt
dir c:\users >> info.txt
Use a procedure to start the batch file, and retrieve the info.txt file. This will simply show the hostname and the directories in C:\users in 1 file.
Try a batch file, probably something like this:
hostname > info.txt
dir c:\users >> info.txt
Use a procedure to start the batch file, and retrieve the info.txt file. This will simply show the hostname and the directories in C:\users in 1 file.