Browse Source

Improve initial instructions.

Martijn Laan 5 months ago
parent
commit
0145b2ae22
1 changed files with 5 additions and 4 deletions
  1. 5 4
      issig.bat

+ 5 - 4
issig.bat

@@ -12,14 +12,15 @@ setlocal
 cd /d %~dp0
 cd /d %~dp0
 
 
 if not "%ISSIGTOOL_KEY_FILE%"=="" goto keyfilefound
 if not "%ISSIGTOOL_KEY_FILE%"=="" goto keyfilefound
-echo ISSIGTOOL_KEY_FILE is missing or incomplete. It needs to be created
-echo with the following line, adjusted for your system:
+echo ISSIGTOOL_KEY_FILE environment variable missing. It needs to be
+echo created using the following commands, adjusted for your system:
 echo.
 echo.
 echo   set ISSIGTOOL_KEY_FILE=x:\path\MyKey.isprivatekey
 echo   set ISSIGTOOL_KEY_FILE=x:\path\MyKey.isprivatekey
+echo   setx ISSIGTOOL_KEY_FILE x:\path\MyKey.isprivatekey
 echo.
 echo.
-echo To create this file use the following command:
+echo Once done create the key file using the following command:
 echo.
 echo.
-echo   Files\ISSigTool.exe --key-file=x:\path\MyKey.isprivatekey generate-private-key
+echo   Files\ISSigTool.exe generate-private-key
 echo.
 echo.
 echo Do not share the file with others!
 echo Do not share the file with others!
 goto failed2
 goto failed2