Hello everyone,
I ask myself an idiot question! I created a process that created me an output file. In the same process I want to know if it was possible to specify a different source. This source is another file that should come to stick to the end of the 1st.
I do not know if I made myself clear and if what I recall is achievable through process.
Thank you for your help and your time
Copy a file after another by process
-
- MVP
- Posts: 3230
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Copy a file after another by process
Hello
If I understand you correctly, create a VBScript code or dos cmd that merges the 2 files.
You can execute the code in a TI process using the ExecuteCommand( ... ) function.
Many examples have been written in other topics of the forum.
If I understand you correctly, create a VBScript code or dos cmd that merges the 2 files.
You can execute the code in a TI process using the ExecuteCommand( ... ) function.
Many examples have been written in other topics of the forum.
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
-
- Posts: 57
- Joined: Mon Mar 03, 2014 2:18 pm
- OLAP Product: Cognos
- Version: 9.5.1
- Excel Version: 2010
Re: Copy a file after another by process
Ok thank's a lot I'm going to watch these examples 
