hashcat Forum
./hashcat.hctune: No such file or directory - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: ./hashcat.hctune: No such file or directory (/thread-9096.html)



./hashcat.hctune: No such file or directory - Roy Roger - 04-02-2020

I try to use hashcat64 on win10

but after i type the commands for cracking

i have this issue
Code:
./hashcat.hctune: No such file or directory

i try to create a file .bat in my hashcat directory

Code:
@echo off
set original_dir="%CD%"
cd "C:\Program Files\hashcat-5.1.0"
hashcat64.exe %*
cd "%original_dir%"


but i have always this problem


RE: ./hashcat.hctune: No such file or directory - Mem5 - 04-02-2020

Are you sure you are in "C:\Program Files\hashcat-5.1.0" ?
use "cd /D "C:\Program Files\hashcat-5.1.0"" (add /D)