Tools: How to copy an executable after "Create executable"
Posted: Tue Dec 24, 2013 12:52 pm
Hello,
I try to add a tool that copies my .DLL to another PC after I execute "Create Executable"
(Basically the whole "tool" is a simple copy command)
I use "Tools" - "Configure tools" with the following settings:
command line :
copy "C:\test\myDLL.dll" "\\Testserver2\c$\test" /Y
Event to Trigger the Tool:
After Create Executable
If I run the commandline manually in a console it works.
But it doesn't work when I create a new executable of my DLL
So how would I copy my compiled .DLL to another PC using "Tools" ?
(I use PB 5.21 on Windows7)
thanks
I try to add a tool that copies my .DLL to another PC after I execute "Create Executable"
(Basically the whole "tool" is a simple copy command)
I use "Tools" - "Configure tools" with the following settings:
command line :
copy "C:\test\myDLL.dll" "\\Testserver2\c$\test" /Y
Event to Trigger the Tool:
After Create Executable
If I run the commandline manually in a console it works.
But it doesn't work when I create a new executable of my DLL
So how would I copy my compiled .DLL to another PC using "Tools" ?
(I use PB 5.21 on Windows7)
thanks