file version management with batch file, hiding lower version names and unused files
we work with files that get an automatic addition to it to indicate the version. so you will get FILENAME#I=A and FILENAME#I=B etc. when you get several versions the folder can get a bit crowded so now we ask all the users to put the older versions to hidden as property.
Powershell not recognizing commands like “sleep”, “cp”, etc. that are a in batch file
I have a batch file that has commands like “cp” and “sleep”.
I run the batch file in a powershell terminal but it gets errors on these command lines.