-2

start %~dp0\files\engine.hta
When I tried to open the file in a batch file in a RAR file, it does not work, but when I try to open in a folder, it works correctly. How can i fix this?

Griesur
  • 9
  • 1
  • 3

1 Answers1

1

Because the RAR file is a container file for compressed data. RAR file is not a structure like a folder. It is not a part of the file system. So no batch file is working inside a RAR file.

Mert Gülsoy
  • 2,779
  • 1
  • 19
  • 23