I have Excel sheet with 2 fields, and I need to create folders with the values of the field
Page 1 / 1
You can use the SystemCaller to start Windows-Cmd:
Command:
cmd /k "md c:\temp\test2 & exit"
Do you just want to create folders, or also write data to them?
You can use the SystemCaller to start Windows-Cmd:
Command:
cmd /k "md c:\temp\test2 & exit"
thanks i will try
Do you just want to create folders, or also write data to them?
yes, just empty files by names of values attribute
You can write Textfile’s. With the params
Write Last Line Terminator = no
Write UTF Byte Order Mark = no
will create files with 0 Byte. Missing folder create the writer automatically folder.