im working on a script that have few folders and i don't really understand how to make an config for this but i don't need it. i have setup a script config inside
Set cfg=cfg2
Set txt=txt2
Set rar=rar2
cfg2, txt2, rar2 are in a diffrent directory
the files in cfg are cfg files but theres alot of them. this also goes for txt & rar too.
i want a copy script that copies all cfg files (and only cfg files) into the cfg2 file that are in another directory. and then this goes again for the txt & rar files.
I also know the code for move but i really want to copy it cause on move you just do move "txt/*.txt" %txt% and thats kinda what i want to do but that aint working
