here's the code;
::set var output dir
SET outputdir= %~dp0output
::user define the file path
set /p decrypt= Enter File Path:
::then we move the file from "%decrypt%" to "%ouputdir%"="/output"
move /Y %decrypt% %outputdir%
Result; The syntax of the command is incorrect.
I don't know what i do/did wrong but i would like to know any fix to this ty <3