@echo OFF
mkdir saida
sort %1 > cadperfiSorted 2>> saida\error.txt
start MAKEOPEACER5.jar cadperfiSorted
del cadperfiSorted
//OPEACER5 é um arquivo gerado pelo .jar
move OPEACER5 saida
This is the script I'm trying to run.
Everything seems to work fine the problem is that the del
function and the move
function simply does not work.