Windows notes
From OriWiki
Contents |
tracing packages
> tracert www.orimosenzon.com
how to determine which application start at computer startup
- shell > msconfig
- last tab (startup) check boxes
file type <-> application binding
windows explorer -> tools -> folder options -> file types
Environment variables
How to change permanently:
control panel -> system -> advance -> environment variables -> (choose a variable and press) edit
path: paths are separated by ;
command prompt (shell)
in order to execute a batch file using a relevant path, put it in "":
"..\..\sub\my_batch" param
batch files
call use to call a batch file from a batch file. If one just invokes the other .bat file without the call directive, it doesn't return as a subroutine
to unset environment variable
set DAMMY_VAR=

