Home > front end >  Drag and Drop batch based on a java file with input and output
Drag and Drop batch based on a java file with input and output

Time:11-26

I tried to convert a .lc file to a .lua file, using a java app "unluac", and I did this code:

@echo on
type %1
for /r %%o in (cd %1,            
  • Related