in reply to Shelling a new process with console I/O in Windows
Dude,
This is some weird stuff. It looks like you're spell-checking a tempfile. Doesn't aspell make a backup after it's done? Anyway, if you change " + CREATE_NEW_CONSOLE" to " | CREATE_NEW_CONSOLE", it should work fine. BTW, if the original window is supposed to wait for aspell to finish anyway, why not just do this:system('C:/Program Files/Aspell/bin/aspell.exe', '--check', "$filename +");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Shelling a new process with console I/O in Windows
by rgaddi (Novice) on Mar 11, 2009 at 22:21 UTC | |
|
Re^2: Shelling a new process with console I/O in Windows
by wol (Hermit) on Mar 13, 2009 at 14:25 UTC | |
by furry_marmot (Pilgrim) on Mar 19, 2009 at 20:45 UTC |