Re: notepad.exe ran only at current dir = C:\ brings up 16-bit MS-DOS error
- From: "VanguardLH" <VanguardLH@xxxxxxxxxxxx>
- Date: Sat, 1 Dec 2007 01:09:21 -0600
"Pegasus (MVP)" <I.can@xxxxxxx> wrote in message news:u0f2NklMIHA.5140@xxxxxxxxxxxxxxxxxxxxxxx
At second thoughts I realise that your command
tasklist /svc > mytasks.txt && notepad.exe mytasks.txt
makes no sense anyway. Why would you execute notepad.exe
conditionally? It should, of course, be
tasklist /svc > mytasks.txt & notepad.exe mytasks.txt
If tasklist doesn't run or errors, why would I want notepad to open a file that doesn't exist or is empty? I'd rather not have notepad open and block my view of the DOS prompt to see the error that resulted from the prior command.
.
- Prev by Date: Re: Two huge files in root directory
- Next by Date: Re: Two huge files in root directory
- Previous by thread: Two huge files in root directory
- Next by thread: Re: notepad.exe ran only at current dir = C:\ brings up 16-bit MS-DOS error
- Index(es):
Relevant Pages
|