Hi, Some years ago I inherited a 4NT setup which performed a "scripted" compile and copy of a suite of Microsoft .NET programs using MakeFiles. This has all worked for many years. However our server is showing signs of age, so we are moving to a new server. The old server was Windows Server 2003 (32-bit) the new one is Windows Server (64-bit).
As I didn't have the installation media for 4NT, I simply copied the code directory to the new machine. 4NT ran up OK except it now says I have a 30 day trial version, not the fully licensed version on the old machine. I contacted JPS and got a very quick response to say 4NT is no longer supported (no surprise) and that I should try (the free) TCC LE, which I am doing (I have actually installed both the 32-bit version and the 64).
TCC starts OK and it runs the first few elements of my old BTM and BAT files but then (both versions) fail:- unknown command "nmake"
nmake is a Microsoft program, buried deep in Visual Studio. I have placed the folder containing nmake.exe on the Windows PATH.
If I start a Windows cmd pane then DOS finds nmake correctly, but TCC can't find it.
Curiously 4NT also has the same problem - but yesterday I am sure it could find it (most confusing)
Hope this makes sense and someone can explain the problem
As I didn't have the installation media for 4NT, I simply copied the code directory to the new machine. 4NT ran up OK except it now says I have a 30 day trial version, not the fully licensed version on the old machine. I contacted JPS and got a very quick response to say 4NT is no longer supported (no surprise) and that I should try (the free) TCC LE, which I am doing (I have actually installed both the 32-bit version and the 64).
TCC starts OK and it runs the first few elements of my old BTM and BAT files but then (both versions) fail:- unknown command "nmake"
nmake is a Microsoft program, buried deep in Visual Studio. I have placed the folder containing nmake.exe on the Windows PATH.
If I start a Windows cmd pane then DOS finds nmake correctly, but TCC can't find it.
Curiously 4NT also has the same problem - but yesterday I am sure it could find it (most confusing)
Hope this makes sense and someone can explain the problem