> On Aug 10, 2020, at 6:16 AM, Frank H. Ellenberger
> <frank.h.ellenber...@gmail.com> wrote:
>
> Samanta,
>
> Am 10.08.20 um 12:53 schrieb Samantha Payn:
>> But you lost me at the next bit.
>>
>> PS C:\Users\User> Get-ChildItem -Path
>> $Env:USERPROFILE\AppData\Local\Temp -filter gnucash.trace.* |
>> Sort-Object -Property Date
>> Directory: C:\Users\User\AppData\Local\Temp
>> Mode LastWriteTime Length Name
>> ---- ------------- ------ ----
>> -a---- 05/08/2020 11:18 1576 gnucash.trace.WQ4HO0.log
>> -a---- 10/08/2020 11:46 2448 gnucash.trace.VEQEP0.log
>> -a---- 04/08/2020 15:12 0 gnucash.trace.SH4XO0.log
>> -a---- 04/08/2020 12:26 0 gnucash.trace.ZJ8NO0.log
>> -a---- 08/08/2020 12:54 0 gnucash.trace.XLZHO0.log
>> -a---- 07/08/2020 13:19 196 gnucash.trace.WZBOO0.log
>> -a---- 07/08/2020 08:23 0 gnucash.trace.DSTNO0.log
>> -a---- 07/08/2020 08:38 265 gnucash.trace.AH40O0.log
>> -a---- 08/08/2020 13:33 0 gnucash.trace.4DLHO0.log
>> -a---- 05/08/2020 10:02 0 gnucash.trace.QBQJO0.log
>> -a---- 08/08/2020 14:46 3615 gnucash.trace.NZUWO0.log
>> -a---- 07/08/2020 15:58 20233 gnucash.trace.GFEZO0.log
>> PS C:\Users\User>
>> Where do I substitute the most recent file name from my listing? Which
>> listing?
>> Awaiting further guidance and thanks again.
>> Samantha
>
> In this case it is the 2nd: gnucash.trace.VEQEP0.log created 10/08/2020
> 11:46
Samantha,
Specifically, run
Get-Content $Env:USERPROFILE\AppData\Local\Temp\gnucash.trace.VEQEP0.log
and paste the results into a reply.
Regards,
John Ralls
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.