how to create a directory using external command activity
in BW? can u please tell the cmd?
Answer Posted / manish amode
To create Directory using external command
For Windows:
"cmd /c mkdir <Drive-path>\<Directory-Name>"
This is an single command to be entered in input of the
command.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
If you are posting a message on a queue & Server is down. What happens.
Give an example where graceful migration of service from one machine to another is not possible.
What is the default axis in xpath ?
What is process name dynamic override?
What is the purpose of $_error variable ?
How to use legacy .dat file format with latest designer ?
What is tibco?
When is a 'no action' group used ?
Where do the default global variables declared in designer are stored in tibco administrator?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.
What activities are supported in jta transaction?
What is the purpose of a lock shared configuration resource?
I am a commerce graduate, with service desk experience of 4 years. Not much technical, which module of Tibco will help me and will that have a demand in market. If yes how long time it will take me to learn.
What is import and include in schema in tibco bw?
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?