fregolo52
6th June 2006 13:45 UTC
My first script
Hello,
I'm trying to create a little script : copy files.
I use "File" command.
SetOutPath "$TEMP\NPUpdate_TMP"
File "..\..\PCAUSA\PCANDIS5.sys"
I do not understand why PCANDIS5.sys file is extacted in root direectory (c:\)
Thanks,
Olivier
Mr Inches
6th June 2006 15:30 UTC
I picked up your code snippet and created the two level folder structure like you have and the extracted file ended up in the TEMP\NPUpdate_TMP folder as intended.
You will probably need to post/attach your script to give us some more info. It might also be useful to know exactly what your source folder structure looks like.
Duncan
Krad_89
7th June 2006 10:26 UTC
Hello,
I need to copy/install files into a certain directory with a fixed name, but no fixed path. How can I set up the installer to search the local HDDs to find the desired folder and then installing the files.
Great thanks in advance
Krad
CancerFace
7th June 2006 10:49 UTC
@Krad_89
Try the Locate plugin
CF