This PowerShell script sets the current working directory to the Public folder.
PS> ./cd-public.ps1📂C:\Users\Public with 2 files and 3 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the user's pictures folder.
PS> ./cd-pics.ps1📂C:\Users\Markus\Pictures with 7 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script sets the current working directory to the user's OneDrive folder.
PS> ./cd-onedrive.ps1📂C:\Users\Markus\OneDrive with 2 files and 0 folders entered.Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's NextCloud folder.
PS> ./cd-nextcloud📂C:\Users\Markus\NextCloud entered (has 2 files and 0 folders)Author: Markus Fleschutz | License: CC0
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