ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Windows File Type: File

    Scheduled Pinned Locked Moved IT Discussion
    1 Posts 1 Posters 119 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gjacobseG
      gjacobse
      last edited by

      In all of my years, I have not had this happen. What should be listed as File folder is just listed as file after using md \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

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post