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
This PowerShell script changes the working directory to the crash dumps directory (Windows only). Whenever a software crashes and crash dumps are enabled(!) a crash dump file is written. This file helps to identify the reason for the crash.
PS> ./cd-crashdumps📂C:\Users\Markus\AppData\Local\CrashDumps entered (has 3 files and 0 folders)Author: Markus Fleschutz | License: CC0
This PowerShell script changes the working directory to the user's autostart folder.
PS> ./cd-autostart.ps1📂C:\Users\Markus\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\StartupAuthor: Markus Fleschutz | License: CC0