Azzera filtri
Azzera filtri

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

17 visualizzazioni (ultimi 30 giorni)
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 Commento
shirish pataki
shirish pataki il 2 Lug 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\")']);

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by