My Tech Tree 
Branches of knowledge not found just anywhere

                         ^ stuff
 

List folder's tree

dir /slisting a machines folder tree

 

I got a little help and figured it out. Randy and Mike are going to call me Monday and I'll walk them through it and then they can finish. You two need to be in on the call to watch for future reference.

1. Start / Run /cmd

2. At U: or C: type F:

* Volume 1 on Mikes Machine as it is mapped. Repeat this for drive G: which is Vol2 as mapped.

3. At the prompt type: cd\ <directory to print>

4. At the prompt type: dir /s /b ><filename>.txt

*This command writes the directory and its contents to an user specified filename in directory your located.

5. At the prompt type: Start <filename.txt>

*This command opens the file in notepad

6. Click File / Print on notepad

7. At the prompt type: cd\<directory name>

*You change to a new directory you would like to print

8. Start at step 3.

0 Comments