Borrar filtros
Borrar filtros

How to Change TimeStamp for multiple files/folders? (via PowerShell)

17 visualizaciones (últimos 30 días)
Mark Golberg
Mark Golberg el 30 de Mzo. de 2020
Comentada: shirish pataki el 2 de Jul. de 2020
Hey,
I've found the following command:
!powershell $(Get-Item temp.m).lastwritetime=$(Get-Date \"11/24/2015 05:00 am\")
Indeed it changed the "Date Modified" of my temp.m file to be 24-Nov-2015 05:00.
Now I'd like to run it in a loop, where I can control the file name (or folder name), and also control the date?
For example -
I have 90 folders. I'd like to give to the first 5 certain date, then to the second batch of 5 folders give another date, etc...
I'm quite newbie with PowerShell syntaxing. Apprecieate the help.
THANKS !!!
  1 comentario
shirish pataki
shirish pataki el 2 de Jul. de 2020
hello
default_dir = < Directory where file is present >
DestinationFileName = 'ABC.m' - You can choose it in a loop
system(['powershell $(Get-Item ' default_dir '\' DestinationFileName ').lastwritetime=$(Get-Date \"11/24/2015 05:00 am\")']);

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by