bitman has asked for the wisdom of the Perl Monks concerning the following question:
This fails :-$ENV{TYPE}='c:\scotts test\type me'; $rc = system("\"$ENV{TYPE}\" c:\\test.bat");
type me.bat contains$ENV{TYPE}='c:\scotts test\type me'; $new_debug_log='c:\scotts test\type me.bat'; $rc = system("\"$ENV{TYPE}\" \"$new_debug_log\"");
It's driving me - crazy@echo off @type %1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: System substitution
by robartes (Priest) on Nov 20, 2002 at 12:36 UTC | |
by LTjake (Prior) on Nov 20, 2002 at 13:01 UTC | |
|
Re: System substitution
by LTjake (Prior) on Nov 20, 2002 at 12:34 UTC | |
|
Re: System substitution
by AcidHawk (Vicar) on Nov 20, 2002 at 13:04 UTC |