Saved Bookmarks
| 1. |
Solve : print ot file from DOS? |
|
Answer» Hello cd\ and this one i whant to save into the file Quote D:\>cd\Quote D:\>cd\ What's the purpose in creating a file containing command errors Code: [Select]test.bat >>outfile.txt i have 2 bat files, in first i check my NETWORK connection: Quote echo offIf not ok with connection it calls another bat file which restart my connection(i NEED two files, i can't make it in one) And i need to log everything what happens in second file(secu.bat) i try to call it like this c:\secu.bat >> test.txt, it's make file called test.txt but this file is empty.try using call command Code: [Select]call c:\path\of\file.bat |
|