Hey everybody!
i have a problem with sending a cmd call to a server.
In the userdefinedtools i added a new menucommand how should create a new directory.
Title:
Directorytest
Commandline:
cmd.exe /c mkdir c:\test
If i execute this command at my prefered server the command is executed at the server where hyena is installed.
I think to know that there is only one small fault in my command line and the i have forgotten a variable that defines the command not to be executed at the hyena machine.
Maybe you can give me some help.
Thanks!
i have a problem with sending a cmd call to a server.
In the userdefinedtools i added a new menucommand how should create a new directory.
Title:
Directorytest
Commandline:
cmd.exe /c mkdir c:\test
If i execute this command at my prefered server the command is executed at the server where hyena is installed.
I think to know that there is only one small fault in my command line and the i have forgotten a variable that defines the command not to be executed at the hyena machine.
Maybe you can give me some help.
Thanks!
Comment