Tema: Re: Q: patogus softas failo kūrimo datai keisti
Autorius: G
Data: 2016-05-19 13:21:28
Win Powershell:

$(Get-Item failas.txt).creationtime=$(Get-Date "2016-01-01 23:59")
$(Get-Item failas.txt).lastaccesstime=$(Get-Date "2016-01-01 23:59")
$(Get-Item failas.txt).lastwritetime=$(Get-Date "2016-01-01 23:59")


Win iš bat failo:

powershell $(Get-Item default.gif).lastwritetime=$(Get-Date '2016-01-01 
23:59')


Nix shell:

touch -d "1 hour ago" default.gif
touch -t 201601012359 default.gif

On 2016.05.13 15:51, zZz wrote:
> Ant griozdų pataikau. Rekomenduokit ką nors patogaus :)