Show Menu
Cheatography

POSitouch Cheat Sheet (DRAFT) by

Commands for manipulating POSitouch and Command Prompt

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Moving Around

cd \ 
Go to the root
cd \sc
Go to the SC folder in the root
cd outfiles
Go into the "­out­fil­es" folder starting where you are right now
 

Finding Things

dir *.txt /od
List all TXT files with most-r­ecently modified files last
dir /b /s back1.zip
Find every back1.zip in this folder and all subfolders
 

Unzipping

zipe -C back1.zip screen­s.sys
Unzip
screen­s.sys
from
back1.zip
(must be a capital C)
zipe back1 screen­s.sys
Unzip
screen­s.sys
from
back1.zip
(on older systems)

Networking

net use L: \\10.1­0.1.40\C$ /p /u:cbs cbsinc
Map L: to 10.10.1.40, remember after a reboot