winexe

Error with the command 'make basics ' while install winexe

混江龙づ霸主 提交于 2019-12-23 03:47:16
问题 I want to isntall winexe on Ubuntu 13.1 32bit version. I did exactly after this guide: Winexe - aldeid If I execute the command "make basics bin/winexe" there occurs the following error: Compiling ../librpc/idl/atsvc.idl /usr/include/stdc-predef.h:0: error: Syntax error near '3' Failed to parse ../librpc/idl/atsvc.idl at ./../pidl/pidl line 608. make: *** [idl] Error 1 I have absolutely no idea how to fix this. I would be even satisfied with a solution suggestion to this problem. Thank you.

How to activate programs on windows from Linux machine

前提是你 提交于 2019-12-02 02:48:16
问题 First I will explain my target Target - execute programs or scripts on my windows machine from my Linux machine I find the winexe tool – this tool perform remotely executes commands on remote windows machine from my Linux – very nice, real example about winexe tool , and how it works: The following example syntax should open the IE on my windows machine from my Linux (very nice ) ./winexe -U login%password -W WORKGROUP //remore_machine_ip "cmd /k cscript C:/open-explorer.vbs" open-explorer