3
0
3
0
This PowerShell script changes the working directory to the user's music folder.
PS> ./cd-music.ps1📂C:\Users\Markus\Music with 3 folders and 0 files entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the current working directory to the logs directory.
PS> ./cd-logs📂/var/logs entered (has 3 files and 2 subfolders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the Jenkins home directory.
PS> ./cd-jenkins📂C:\Users\Markus\.jenkins entered (has 2 files and 21 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's home directory.
PS> ./cd-home.ps1📂C:\Users\Markus with 4 files and 7 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the fonts folder.
PS> ./cd-fonts.ps1📂C:\Windows\Fonts with 12 font files entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the /etc directory.
PS> ./cd-etc📂C:\Windows\System32\drivers\etc (has 5 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's Dropbox folder.
PS> ./cd-dropbox📂C:\Users\Markus\Dropbox (has 2 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's downloads folder.
PS> ./cd-downloads.ps1📂C:\Users\Markus\Downloads with 0 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the documents folder.
PS> ./cd-docs.ps1📂C:\Users\Markus\Documents with 3 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's desktop folder.
PS> ./cd-desktop.ps1📂/home/Markus/Desktop (has 3 files and 0 folders)Author: Markus Fleschutz | License: CC0