Memoru

System Engineering and Programming and IT

powershell

1909-powershell-get-command

1909-powershell-get-command¶ overview¶ A Usage of get-command cmdlet jupyter notebook¶ https://nbviewer.jupyter.org/github/sakai-memoru/pwshnote/blob/master/1909-powershell-get-command.ipynb Usage¶ Get-Help¶ In [33]: Get-Help Get-Command -…

1909-powershell-datetime

1909-powershell-datetime¶ overview¶ datetime object on powershell jupyter notebook¶ https://nbviewer.jupyter.org/github/sakai-memoru/pwshnote/blob/master/1909-powershell-datetime.ipynb Usage¶basic¶ In [23]: Get-Date 02 September 2019 20:58…

1909-powershell-alias

1909-powershell-alias¶ overview¶ overview of alias on powershell jupyter notebook¶ https://nbviewer.jupyter.org/github/sakai-memoru/pwshnote/blob/master/1909-powershell-alias.ipynb contents¶ Basic¶ In [10]: pwd Path ---- G:\workspace\pwshn…

1908-powershell-hashtable

1908-powershell-hashtable¶ overview¶ hashtable object on powershell jupyter notebook¶ https://nbviewer.jupyter.org/github/sakai-memoru/pwshnote/blob/master/1908-powershell-hashtable.ipynb Usage¶ basic¶ In [1]: $d = @{ 'script' = 'powershel…

start working on virtualenvwrapper

procedure PS G:\Users\sakai> cd $Env:PROJECT_HOME PS G:\workspace\py> workon Pass a name to activate one of the following virtualenvs: ============================================================================== djanbox djfirst djfourth …

Windows Special Folders

$ [Environment]::GetFolderPath("Startup")