Search found 3 matches
- 14 Jan 2016 12:04
- Forum: DOS Batch Forum
- Topic: echo Nodejs-test01.txt 2>&1 , need help
- Replies: 5
- Views: 3423
Re: echo Nodejs-test01.txt 2>&1 , need help
Ok , i got this thing going with 2 .bat files : 1) Start-node.exe.bat.bat rem comment I am Start-node.exe.bat.bat "Start-node.exe.bat">Nodejs-test01.txt 2>&1 2) Start-node.exe.bat rem comment I am Start-node.exe.bat rem comment Here is nodejs Foledr : C:\Program Files (x86)\NodeJS rem ...
- 13 Jan 2016 21:12
- Forum: DOS Batch Forum
- Topic: echo Nodejs-test01.txt 2>&1 , need help
- Replies: 5
- Views: 3423
Re: echo Nodejs-test01.txt 2>&1 , need help
Thanks ,
sort of , Nodejs-test01.txt 2>&1 shows:
ECHO is on.
ECHO is on.
ECHO is on.
ECHO is on.
sort of , Nodejs-test01.txt 2>&1 shows:
ECHO is on.
ECHO is on.
ECHO is on.
ECHO is on.
- 13 Jan 2016 15:51
- Forum: DOS Batch Forum
- Topic: echo Nodejs-test01.txt 2>&1 , need help
- Replies: 5
- Views: 3423
echo Nodejs-test01.txt 2>&1 , need help
Hello & Thanks , I need help getting all output sent to here : Nodejs-test01.txt Pls, what am i doing wrong ? echo Nodejs-test01.txt 2>&1 rem comment Here is nodejs Foledr : C:\Program Files (x86)\NodeJS rem comment Here is my Testing Folder : C:\pixi.js\bin\httppixijs.github.io rem comment ...