Skip to content

try to find directory #9

try to find directory

try to find directory #9

Workflow file for this run

on: push
jobs:
test:
runs-on: windows-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Choco help
uses: crazy-max/ghaction-chocolatey@v3
with:
#args: install -y notepadplusplus.commandline
args: install -y notepadplusplus
-
name: Find N++
shell: cmd
run: |
where notepad++.exe
echo lib
dir /N C:\ProgramData\Chocolatey\lib
echo ProgFiles
dir /N C:\Program Files\Notepad++\
echo AppData
dir /N %AppData%\Notepad++\
echo find
cd \
dir /B/N/S Notepad++