Re: grab input from a stdout

2003-03-29 Thread R. Joseph Newton
Leon wrote: > Hi again, > > I have a questions regarding stdout. > > Basically I have a script that looks like this: > > system("reg DELETE HKCR\\AppID\\OvEpSeMain.EXE /f") && die "no $!"; Hi Leon, So this works on your system? What system are you running? On Win 2K, I get the error: 'reg' is

RE: grab input from a stdout

2003-03-28 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Leon wrote: > Hi again, > > I have a questions regarding stdout. > > Basically I have a script that looks like this: > > system("reg DELETE HKCR\\AppID\\OvEpSeMain.EXE /f") && die "no $!"; > system("reg DELETE HKCR\\AppID\\OvEpSeMain.EXE /f") && die "no $!"; > system("reg DELETE HKCR\\AppID\\OvE

grab input from a stdout

2003-03-28 Thread Leon
Hi again, I have a questions regarding stdout. Basically I have a script that looks like this: system("reg DELETE HKCR\\AppID\\OvEpSeMain.EXE /f") && die "no $!"; system("reg DELETE HKCR\\AppID\\OvEpSeMain.EXE /f") && die "no $!"; system("reg DELETE HKCR\\AppID\\OvEpSeMServer.EXE /f") && die "n