Hi
Following situation:
I have to make a setup which copies a specified folder tree (or extract at least file/folder-information) from its reference location to a specified destination (can be a different server; specification via UNC-path and shares should be possible...); So I learned to make use of the copy/move local files command since files/folders already exist on the target system. Good. Unfortunalety I miss the "include subfolders" option with this command. I want to avoid the "install files" command because the source location may change and should be possible to specify it in the IA wizard. What do you propose? What command is the best? Or going back to DLL command?
Thanks in advance.
Eddy
Cannot copy/move files with option include subfolders
-
- Posts: 76
- Joined: Wed Sep 12, 2007 3:34 pm
Hi
First I provide the script code, attached you see the .txt file which will be converted into the .bat file at runtime.
"
Read from Text File #READALL\\$TEMPDIR$\\extract_from_basis_released.txt into Variable RUN_COPY_EXTRACT_FROM_BASIS_RELEASED (get EOF into EOF)
Write into Text File $TEMPDIR$\\extract_from_basis_released.bat from Value $RUN_COPY_EXTRACT_FROM_BASIS_RELEASED$ (at start of file)
Run Program $TEMPDIR$\\extract_from_basis_released.bat (WAIT)
".
Have fun.
File Attached:
extract_from_basis_released.txt
First I provide the script code, attached you see the .txt file which will be converted into the .bat file at runtime.
"
Read from Text File #READALL\\$TEMPDIR$\\extract_from_basis_released.txt into Variable RUN_COPY_EXTRACT_FROM_BASIS_RELEASED (get EOF into EOF)
Write into Text File $TEMPDIR$\\extract_from_basis_released.bat from Value $RUN_COPY_EXTRACT_FROM_BASIS_RELEASED$ (at start of file)
Run Program $TEMPDIR$\\extract_from_basis_released.bat (WAIT)
".
Have fun.
File Attached:
extract_from_basis_released.txt
Who is online
Users browsing this forum: No registered users and 147 guests