# Fscommand?

**URL:** https://forum.kirupa.com/t/fscommand/27021
**Category:** Uncategorized
**Created:** [July 29, 2003, 2:53pm UTC](https://forum.kirupa.com/t/fscommand/27021 "2003-07-29T14:53:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mngBJ](https://avatars.discourse-cdn.com/v4/letter/m/a88e57/32.png) [@mngBJ](https://forum.kirupa.com/u/mngBJ)
#### Post date: [July 29, 2003, 2:53pm UTC](https://forum.kirupa.com/t/fscommand/27021/1 "2003-07-29T14:53:57Z")

</div>

I have a very stupid problem about fscommand.  
Almost i finished my project. But fscommand is killing me.  
how can i use “exec” code with folder.

my file is here  
c://project/fscommand/project.exe

and i use this code  
fscommand(“exec”,“project.exe”);

and works ok.  
But if file is  
c://project/fscommand/folder/project.exe

and i use this code  
fscommand(“exec”,“foder/project.exe”);

but it doesn’t run. What is my problem?

---

<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: [July 29, 2003, 2:58pm UTC](https://forum.kirupa.com/t/fscommand/27021/2 "2003-07-29T14:58:19Z")

</div>

typo?

foder instead of folder?

TD

---

<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: [July 29, 2003, 3:04pm UTC](https://forum.kirupa.com/t/fscommand/27021/3 "2003-07-29T15:04:03Z")

</div>

ok.  
I did mystake here. Thanx my spelling.
