|
Answer» Hi, I have been WORKING on a script recently and with a lot of help especially from sidewinder on this forum it is now complete, I would like now to make it available to anyone who may have use for it. to do that what I would like to do is make an installer that will create a folder in USER directory for use when the script is run create a folder in program folder realise the location the installer is run from and copy files from that location to the said program files folder I would like this if possible to be able to be run from most if not all windows based operating systems and non dependant on drive letter. I am much a beginner at scripting so please if any suggestions could be made bearing this in mind. Thanks, James. i am not posative about this but here we GO.
Code: [Select]set directory=%cd% md %systemdrive%\install copy %directory%\copy *.* %systemdrive%\install echo intall complete pause files to be copied in copy dirthanks for your reply mat123 I should have put that i had SORTED this problem now, been as post is days old wasnt expecting any replys thanks for your EFFORT though pretty similar to way I did it in end. Thanks, James.
|