File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- call C:\WPy64-3890 \scripts\env.bat
1
+ call C:\WinPdev\ WPy64-310111 \scripts\env.bat
2
2
3
3
cd %~dp0
4
4
5
5
rem echo %date% %time%>> gdc_counting.txt
6
- python hash.py %* >> hash_counting_%date:/ =_ % .txt
6
+ python -c " import sys;from winpython import hash; hash.print_hashes(sys.argv[1:])" %* >> hash_counting_%date:/ =_ % .txt
7
+ rem python hash.py %* >> hash_counting_%date:/=_%.txt
7
8
8
9
start notepad.exe hash_counting_%date:/ =_ % .txt
10
+
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- #
3
- # WinPython hash.py script
2
+ """
3
+ hash.py: compute hash of given files into a markdown output
4
+ """
4
5
# Copyright © 2014-2025+ The Winpython development team https://github.com/winpython/
5
6
# Licensed under the terms of the MIT License
6
7
# (see winpython/__init__.py for details)
You can’t perform that action at this time.
0 commit comments