# Fscommand

**URL:** https://forum.kirupa.com/t/fscommand/17893
**Category:** Uncategorized
**Created:** [April 10, 2003, 2:13pm UTC](https://forum.kirupa.com/t/fscommand/17893 "2003-04-10T14:13:27Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jayemsee](https://avatars.discourse-cdn.com/v4/letter/j/e9a140/32.png) [@jayemsee](https://forum.kirupa.com/u/jayemsee)
#### Post date: [April 10, 2003, 2:13pm UTC](https://forum.kirupa.com/t/fscommand/17893/1 "2003-04-10T14:13:27Z")

</div>

in a projector.exe for example, i got most of the fscommands down, but if you wanted to have an e-mail link in the porojector? or launch a web page from the projector? how would you go about doing that?  
any help would be much appreciated.  
jayemsee

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 17, 2003, 2:47pm UTC](https://forum.kirupa.com/t/fscommand/17893/2 "2003-04-17T14:47:53Z")

</div>

I think the email link has to be inside a html file. Launching a webpage can be done by putting the following code on a button somewhere inside the projector:

```auto

on (release) {
getURL("http://www.homepage.com");
}

```

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 17, 2003, 8:31pm UTC](https://forum.kirupa.com/t/fscommand/17893/3 "2003-04-17T20:31:10Z")

</div>

so would  
getURL("mailto:blahblah@blahblah.com");  
}

work?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 18, 2003, 5:00am UTC](https://forum.kirupa.com/t/fscommand/17893/4 "2003-04-18T05:00:23Z")

</div>

Unfortunately the email link doesn’t work outside a html file. The file here is for anyone to see what I am trying to say:
