hashcat Forum

Full Version: ./hashcat.hctune: No such file or directory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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)