ehj
New Member
- Joined
- Feb 3, 2024
- Messages
- 1
- Thread Author
- #1
Friends, I need to find a way to run this Bat on Win 10 64bits or some other solution. A user has always used the Bat below to copy changes from a Clipper program to another PC on the Network that uses the same Program. This is the Flow he uses. On his PC he makes the changes and runs Bat to run and when he opens the program on the other PC everything is updated. The Bat in question is this one, where Y is the mapped path of the network: (the alm_cop program is in the root of Windows, in C:\ and that's why in Bat I go back to the root on the other PC and then I enter the directory:
Before the user used Win 7 32 Bits and when he got the new machine with Win 10 64 Bits it gave the error below:
(the procedure entry point could not be located in the dynamic link library...)
Could anyone tell me if there is any way out OR any other solution?
Tks and sorry my English.
Code:
Y:
c:
cd\alm_cop\
xcopy *.* Y: /e /y /d
Before the user used Win 7 32 Bits and when he got the new machine with Win 10 64 Bits it gave the error below:
(the procedure entry point could not be located in the dynamic link library...)
Could anyone tell me if there is any way out OR any other solution?
Tks and sorry my English.