This is a draft cheat sheet. It is a work in progress and is not finished yet.
Moving Around
Go to the root
|
Go to the SC folder in the root
|
Go into the "outfiles" folder starting where you are right now
|
|
|
Finding Things
List all TXT files with most-recently modified files last
|
Find every back1.zip in this folder and all subfolders
|
|
|
Unzipping
zipe -C back1.zip screens.sys
Unzip screens.sys
from back1.zip
(must be a capital C)
|
Unzip screens.sys
from back1.zip
(on older systems)
|
Networking
net use L: \\10.10.1.40\C$ /p /u:cbs cbsinc
Map L: to 10.10.1.40, remember after a reboot
|
|