Question:
We have a situation at work where we would like to run the following scripts:
xcopy /s c:\STANDAARD_DETAILS_V2\PDF\8.1A.pdf C:\STANDAARD_DETAILS_V2\TEMPDUMP
del /s "C:\STANDAARD_DETAILS_V2\TEMPDUMP\*.pdf"
However the I.T. manager is dead against batch scripts is there a html or javascrip code/ equivelent for doing this.
Note the IT manager is not against the function of the script, its simply a no batch files policy.