Hi all,
I'm having difficulties integrating a VBScript to an HTA.
In fact, the VBScript will synchronize 2 directories, checking if files have changed.
The script works fine, and now i'd like to have some User input. This user input will be achieved by using a HTA.
I'd like the users to have a Dropdown-box for selecting the source folder (as these paths will be fixed), and I also want to allow the users to Browse for the destination folder.
Next, after clicking a button, the synchronisation will start, and I'd like to display a progress bar showing the status of the copying progress.
I'm not succeeding in doing this.
Can anyone help me?
I've posted the VBScript code on the url below:
Thanks
I'm having difficulties integrating a VBScript to an HTA.
In fact, the VBScript will synchronize 2 directories, checking if files have changed.
The script works fine, and now i'd like to have some User input. This user input will be achieved by using a HTA.
I'd like the users to have a Dropdown-box for selecting the source folder (as these paths will be fixed), and I also want to allow the users to Browse for the destination folder.
Next, after clicking a button, the synchronisation will start, and I'd like to display a progress bar showing the status of the copying progress.
I'm not succeeding in doing this.
Can anyone help me?
I've posted the VBScript code on the url below:
Thanks