0

How do I call Windows APIs or the functions that are defined in DLLs (Like user32, Kernel32 etc..) from JScript?

if there is any testcomplete based solution exists also fine for me.

For eg. How to proceed If I want to call SHGetSpecialFolderPath from JScript or jscript using testcomplete?

svv
  • 13
  • 3

1 Answers1

2

You can't directly.

From IE, you can't at all.

With WSH - you could expose a COM object that calls the API for you.

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445