Hi,
I just got supercrypt and i'm trying to use it with a .bat file.
As testing purpose I did a very simple
c:\_hello.batecho hello > c:\_hello.txt
I started supercryptER.exe and tried the following:
command: c:\_hello.bat
Executable: c:\_hello.bat
Parameters:
I get the error message: Unable to hash executable file, provide full path to the file.
Then I tried
command: cmd.exe
Executable: C:\WINDOWS\system32\cmd.exe
Parameters: c:\_hello.bat
It let me do the
hello.lscNow I runned for the command line c:\supercrypt.exe c:\hello.lsc
and it's not working.
Can u help?
Am I using the wrong application to start a .bat file?