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
22
33cd %~dp0
44
55rem 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
78
89start notepad.exe hash_counting_%date:/ =_ % .txt
10+
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- #
3- # WinPython hash.py script
2+ """
3+ hash.py: compute hash of given files into a markdown output
4+ """
45# Copyright © 2014-2025+ The Winpython development team https://github.com/winpython/
56# Licensed under the terms of the MIT License
67# (see winpython/__init__.py for details)
You can’t perform that action at this time.
0 commit comments