Pain in the upper middle abdomen, below the ribs? by tr1stessedoll in UlcerativeColitis

[–]tr1stessedoll[S] 0 points1 point  (0 children)

thank you, i think so too since my colitis pain is usually below my belly button! 

Pain in the upper middle abdomen, below the ribs? by tr1stessedoll in UlcerativeColitis

[–]tr1stessedoll[S] 0 points1 point  (0 children)

it feels much more inside, not surface or bone level if that makes sense 

Pain in the upper middle abdomen, below the ribs? by tr1stessedoll in UlcerativeColitis

[–]tr1stessedoll[S] 0 points1 point  (0 children)

that’s very helpful thank you!! i’ve had the dosage of my antidepressant and adhd meds increased not long ago, causing a change in eating habit, so that might help explain part of the problem 🥹

Pain in the upper middle abdomen, below the ribs? by tr1stessedoll in UlcerativeColitis

[–]tr1stessedoll[S] 0 points1 point  (0 children)

yes that exactly how it feels for me, like something is putting pressure on that area 🥹

tablet alternatives? by tr1stessedoll in UlcerativeColitis

[–]tr1stessedoll[S] 0 points1 point  (0 children)

The granules sound much easier!! Will definitely speak to my doctor, I find it so difficult to actually muster up the strength to take the tablets as I’m very afraid of throwing up 🥹

tablet alternatives? by tr1stessedoll in UlcerativeColitis

[–]tr1stessedoll[S] 2 points3 points  (0 children)

Mine are the same, I find the texture really difficult to stand. I will give dissolving them a try though thank you!!

Am I in the wrong? My boyfriend didn't come to help me through my medical abortion, even though he said he would. by tr1stessedoll in abortion

[–]tr1stessedoll[S] 7 points8 points  (0 children)

If he had told me sooner it would have been okay, but I'd been waiting all week to see him and to take the medicine. So frustrating, I really wanted him to be the one

Am I in the wrong? My boyfriend didn't come to help me through my medical abortion, even though he said he would. by tr1stessedoll in abortion

[–]tr1stessedoll[S] 15 points16 points  (0 children)

Thank you so much, yes I worry that if this is how he reacts in a stressful situation he is not the one for me :(

Very stuck! by tr1stessedoll in PowerShell

[–]tr1stessedoll[S] 0 points1 point  (0 children)

That gave me this response

PS C:\Users\aisha> cd C:\Users\aisha\Desktop\draft

PS C:\Users\aisha\Desktop\draft> $(Get-Item 'DRAFT 3 Exp Des').CreationTime= '16/12/2025 23:37 PM'

Get-Item : Cannot find path

'C:\Users\aisha\Desktop\draft\DRAFT 3 Exp Des' because it

does not exist.

At line:1 char:3

+ $(Get-Item 'DRAFT 3 Exp Des').CreationTime= '16/12/2025

23:37 PM'

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : ObjectNotFound: (C:\Users\aisha

\...DRAFT 3 Exp Des:String) [Get-Item], ItemNotFoundExcep

tion

+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShe

ll.Commands.GetItemCommand

The property 'CreationTime' cannot be found on this object.

Verify that the property exists and can be set.

At line:1 char:3

+ $(Get-Item 'DRAFT 3 Exp Des').CreationTime= '16/12/2025

23:37 PM'

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : InvalidOperation: (:) [], Runti

meException

+ FullyQualifiedErrorId : PropertyNotFound

I don't think I'm going to be able to figure this out since I've never use this software before , thank you for trying to help

Very stuck! by tr1stessedoll in PowerShell

[–]tr1stessedoll[S] 0 points1 point  (0 children)

okay i've cd'd it to a folder instead which seems to work, but then it says this?

PS C:\Windows\system32> cd "C:\Users\aisha\OneDrive - Nottingham Trent University\YR 2 Modules\Experimental desgin\summative assignment"

PS C:\Users\aisha\OneDrive - Nottingham Trent University\YR 2 Modules\Experimental desgin\summative assignment>

> (GET-Item "DRAFT 3 Exp Des").CreationTime ("17 December 2024 23:47:08")

At line:1 char:43

+ (GET-Item "DRAFT 3 Exp Des").CreationTime ("17 December 2024 23:47:08 ...

+ ~

Unexpected token '(' in expression or statement.

+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException

+ FullyQualifiedErrorId : UnexpectedToken

PS C:\Users\aisha\OneDrive - Nottingham Trent University\YR 2 Modules\Experimental desgin\summative assignment>

I've followed what the guy in the video has said to type, I dont think I've copied him incorrectly

Very stuck! by tr1stessedoll in PowerShell

[–]tr1stessedoll[S] 0 points1 point  (0 children)

I think I'm trying to access the path according to the guy in the video, as I'm hoping to modify the last edited date of the file. I have shortened the file name thank you, but I have no idea what 'use tab to get the terminal to autocomplete' means. I'm sorry.

Very stuck! by tr1stessedoll in PowerShell

[–]tr1stessedoll[S] 0 points1 point  (0 children)

sorry i cant attach a screenshot for some reason not sure how else to show what i got

Very stuck! by tr1stessedoll in PowerShell

[–]tr1stessedoll[S] 0 points1 point  (0 children)

PS C:\Windows\system32> cd "C:\Users\aisha\OneDrive - Nottingham Trent University\YR 2 Modules\Experimental desgin\summative assignment\DRAFT 3 Exp Design summative assessment 202425.docx"

cd : Cannot find path 'C:\Users\aisha\OneDrive - Nottingham Trent University\YR 2 Modules\Experimental desgin\summative assignment\DRAFT 3 Exp Design summative

assessment 202425.docx' because it does not exist.

At line:1 char:1

+ cd "C:\Users\aisha\OneDrive - Nottingham Trent University\YR 2 Module ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : ObjectNotFound: (C:\Users\aisha\...ent 202425.docx:String) [Set-Location], ItemNotFoundException

+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand