Search found 2 matches
- 01 Aug 2020 15:05
- Forum: DOS Batch Forum
- Topic: HASHSUM.BAT v1.8 - emulate md5sum, shasum, and the like
- Replies: 61
- Views: 112800
Re: HASHSUM.BAT v1.6 - emulate md5sum, shasum, and the like
I just didn't know how to connect the two codes together, thank Sir Dave!
- 01 Aug 2020 02:32
- Forum: DOS Batch Forum
- Topic: HASHSUM.BAT v1.8 - emulate md5sum, shasum, and the like
- Replies: 61
- Views: 112800
Re: HASHSUM.BAT v1.6 - emulate md5sum, shasum, and the like
Thanks for the batch file
I want to do something that's simpler and less complex, ideally, I want the process to be like
I want to do something that's simpler and less complex, ideally, I want the process to be like
Code: Select all
set correctMD5=c6e160e565a0b5764cf70ed258b9ffd9
if "C:\program\config.ini" equals %correctMD5% goto :step1
if not "C:\program\config.ini" equals %correctMD5% goto :step2