in case you want to redirect the output from batch file and you do use START command , and you want to redirect the output from the start command, here is the way
in YELLOW you can find the trick
start cmd /c myexe.exe -p1 param1 -p2 param2 ^> c:\temp\5.txt
enjoy
Yaniv Tzanany
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
Search This Blog
Monday, August 29, 2016
Wednesday, August 17, 2016
Utilising More Than 4GB of Memory in 32-bit Windows Process
The next switch on the EXE will let you to have more than 2G RAM and up to 4G RAM -
its worked !!!
/LARGEADDRESSAWARE (Handle Large Addresses)
reference
http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.languages.csharp/2008-05/msg00515.html
http://stackoverflow.com/questions/2927598/linking-to-a-large-address-aware-dll
http://stackoverflow.com/questions/3109543/what-to-do-to-make-application-large-address-aware
for VC++ 6 https://msdn.microsoft.com/en-us/library/aa699249(v=vs.60).aspx , http://www.wintellect.com/devcenter/jrobbins/link-32-bit-native-c-exes-with-largeaddressaware
its worked !!!
/LARGEADDRESSAWARE (Handle Large Addresses)
reference
http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.languages.csharp/2008-05/msg00515.html
http://stackoverflow.com/questions/2927598/linking-to-a-large-address-aware-dll
http://stackoverflow.com/questions/3109543/what-to-do-to-make-application-large-address-aware
for VC++ 6 https://msdn.microsoft.com/en-us/library/aa699249(v=vs.60).aspx , http://www.wintellect.com/devcenter/jrobbins/link-32-bit-native-c-exes-with-largeaddressaware
Subscribe to:
Posts (Atom)