No scan selected
-
Use you own directory scan file (created with
+
Use your own directory scan file (created with
the scanner).
Or use the demo scans to take a look at the program work:
From 027eb2e6dca27a01c5dd7eb146af6b9939fd27cb Mon Sep 17 00:00:00 2001
From: "[Alt'tiRi]" <16310547+AlttiRi@users.noreply.github.com>
Date: Thu, 27 Jan 2022 18:57:29 +0300
Subject: [PATCH 2/3] Change `%HOMEPATH%` to `%USERPROFILE%`
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9fa4adb..f78bf17 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ In short.
- Open a terminal (CMD.exe, for example) in a folder you want to scan,
- Run the scanner (JS file) with Node.js: type in a terminal _(for Windows with CMD)_:
```cmd
-node C:\%HOMEPATH%\Downloads\zz-dir-scanner.mjs
+node %USERPROFILE%\Downloads\zz-dir-scanner.mjs
```
- Don't forget to type enter.
From 1d9a4e1fe6f32933818e986873e48f7aa5348af1 Mon Sep 17 00:00:00 2001
From: "[Alt'tiRi]" <16310547+AlttiRi@users.noreply.github.com>
Date: Thu, 27 Jan 2022 18:59:44 +0300
Subject: [PATCH 3/3] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f78bf17..1924188 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ The result will be in your download folder.
---
-_Note: replace `C:\%HOMEPATH%\Downloads\zz-dir-scanner.mjs` with the path to the scanner file if you have moved it from the download folder to an other place._
+_Note: replace `%USERPROFILE%\Downloads\zz-dir-scanner.mjs` with the path to the scanner file if you have moved it from the download folder to an other place._
---