Search found 5 matches

by space
15 Aug 2014 15:26
Forum: DOS Batch Forum
Topic: Change the hex value
Replies: 12
Views: 10901

Re: Change the hex value

I need to automate but first I need to understand and ajust the code for my relay board. the code does more than I need.
by space
15 Aug 2014 11:55
Forum: DOS Batch Forum
Topic: Change the hex value
Replies: 12
Views: 10901

Re: Change the hex value

Squashman wrote:
space wrote:More easy to understand the code is there?

Could you rephrase that. You have a question mark at the end of your sentence but the sentence really isn't phrased as a question.


is there any code more easier for me to understand?
by space
15 Aug 2014 10:54
Forum: DOS Batch Forum
Topic: Change the hex value
Replies: 12
Views: 10901

Re: Change the hex value

foxidrive wrote:

Code: Select all

repl \x84 \x85 xm <file.bin >filenew.bin


This uses a helper batch file called `repl.bat` (by dbenham) - download from: https://www.dropbox.com/s/qidqwztmetbvklt/repl.bat

Place `repl.bat` in the same folder as the batch file or in a folder that is on the path.



More easy to understand the code is there?
Thank you
by space
15 Aug 2014 10:31
Forum: DOS Batch Forum
Topic: Change the hex value
Replies: 12
Views: 10901

Re: Change the hex value

foxidrive wrote:Is there only one 84 value in the file?

yes
by space
15 Aug 2014 09:32
Forum: DOS Batch Forum
Topic: Change the hex value
Replies: 12
Views: 10901

Change the hex value

Using batch script how can I change the value of the exe file without hex editor?
I need to change the value 84 to 85 in offset 000B8F40 to enable or disable one switch relay http://postimg.org/image/4z59ac2vx/


Thank you