Windows File Type: File
-
In all of my years, I have not had this happen. What should be listed as
File folder
is just listed asfile
after usingmd \path\foldername
We are adding the use of a STAMP in Adobe for some document automation. We have the PDF for the Dynamic Stamp and I created simple batch file to copy it to the folder needed after creating the folder if needed - it's not that difficult - no UAC needed..
if not exist "%APPDATA%\Adobe\Acrobat\DC\Stamps" md "%APPDATA%\Adobe\Acrobat\DC\Stamps" explorer "%APPDATA%\Adobe\Acrobat\DC\Stamps" copy "%~dp0\Stampname.pdf" "%APPDATA%\Adobe\Acrobat\DC\Stamps"
Of course - in the last ten minutes of trying to replicate the issue - I have not been able to do so.
But - just weird that MS would create 'file' over File folder