User Tools

Site Tools


windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
windows [2017/05/16 18:40] – Microsoft Online section shawnwindows [2018/07/20 23:48] – More commandline stuff shawn
Line 17: Line 17:
  
 **NOTE:** Azure accounts cannot be closed. A //subscription// can be closed/removed, but the account remains. Neither can a credit card currently be removed from an account. **NOTE:** Azure accounts cannot be closed. A //subscription// can be closed/removed, but the account remains. Neither can a credit card currently be removed from an account.
 +
 +===== Command-line (CMD.EXE) =====
 +
 +==== Run default browser ====
 +
 +<code cmd>
 +start http://google.com
 +</code>
 +
 +==== Get part of an environment variable ====
 +
 +<code cmd>
 +Syntax
 +      %variable:~num_chars_to_skip%
 +      %variable:~num_chars_to_skip,num_chars_to_keep%
 +</code>
 +
 +**References:**
 +
 +  * [[https://ss64.com/nt/syntax-substring.html]]
 +
 +
windows.txt · Last modified: 2020/08/21 21:19 by shawn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki