Search found 4 matches
- 07 May 2009 11:58
- Forum: DOS Batch Forum
- Topic: How to run a .bat file at a specific time
- Replies: 2
- Views: 5628
- 30 Apr 2009 01:04
- Forum: DOS Batch Forum
- Topic: Call Exported DLL Function
- Replies: 6
- Views: 13780
Hello again, I'm back with a new release! New features and fixes: - It has now support for string pointers (dll out, in/out) - Support for hex decimals - Return value can be used as handle to anyting! -> Three new definition selectors: -s' (str in/out), -s# (str in) and -x (hex decimal) - Better hel...
- 29 Apr 2009 04:41
- Forum: DOS Batch Forum
- Topic: Call Exported DLL Function
- Replies: 6
- Views: 13780
- 25 Apr 2009 01:39
- Forum: DOS Batch Forum
- Topic: Call Exported DLL Function
- Replies: 6
- Views: 13780
Call Exported DLL Function
Hi all, I have created handy and portable command line utility that is able to call dllexported functions: http://www.2shared.com/file/5485995/4b969d2c/_call.html Few examples how to use it: Display message box with yes and no buttons @echo off _call user32.dll MessageBoxA -d 0 -s "Yes or No?&q...