Anonymous
8/3/2025, 8:29:59 PM No.106128977
Kino of the day
https://youtube.com/shorts/0btXc5lnVso
https://pandoc.org/
echo The full path of the file is: %1
pause
set file="%~nx1"
echo file is: %file%
set folder=%~dp1
echo the folder is: %folder%
set filename-noext=%~n1
echo running pandoc:
echo writing docx ...
pandoc -s %file% -o "%filename-noext%.docx"
echo writing docx ...
echo complete!
pause
https://youtube.com/shorts/0btXc5lnVso
https://pandoc.org/
echo The full path of the file is: %1
pause
set file="%~nx1"
echo file is: %file%
set folder=%~dp1
echo the folder is: %folder%
set filename-noext=%~n1
echo running pandoc:
echo writing docx ...
pandoc -s %file% -o "%filename-noext%.docx"
echo writing docx ...
echo complete!
pause
Replies: