Skip to content
MSN

Sentinel Script Problem.

A TG007 community discussion started by B3Ar.

Closed discussion 7 posts
Page 1 of 1
Closed
Topic #1040 · 7 published posts · 859 views

I saw on a script a while ago they had a popup where it would open up a notepad. I was trying to get mine to do it but i don't know the coding, I was wondering if anyone knows how to do it.

 

I looked in remotes and found a code where it reads jokes, i tried to re-do it but it just says 011 so i'm not sure. Please Help me.

Do u just mean something that you put in yur popups that opens a blank notepad? Cuz if u do, I think this would work...

 

.Notepad:/run notepad.exe

ya that works, Thanks, but is there a way that i can load previously saved documents by just click on them?

 

 

say i had a document named Techgear.

in popups i would want one saying Techgear Help File.

if i click it it would bring up that Txt file and i could add or delete things.

You understand what i am saying?

Oh yeah I get it. You gotta do what I told u and then get the file. Like this.

/run notepad.exe techgear.txt

^That would open techgear.txt if it was in your mIRC directory. If its somewhere else on your computer, then just find the path like this.

/run notepad.exe C:\My Documents\Test\techgear.txt

 

Something isn't working i have it set just like this.

 

 

 

Registering a room

. /run notepad.exe registration.txt

and it comes up like this

Registering a Room >> /run registration.txt

it wont let me click it.

.Registering a Room:run notepad.exe registration.txt

bfush.PNG

Thanks, IT works Now.