PDA

View Full Version : A little fscommand problem


cann0nba11
05-01-2007, 02:03 PM
I have a main projector that opens another
projector, called firstFile.exe, with fscommand("exec", "firstFile.exe"). firstFile.exe is in the fscommand folder. (mainprojector.exe/fscommand/firstfile.exe)

From inside the firstFile.exe, i want to open a second projector...
I've tried putting secondFile.exe in mainprojector.exe/fscommand/ and mainprojector.exe/fscommand/fscommand/ , but it wont open...

pls help