Hi there, I'm trying to compile iojZS by running the compile.cmd in the command line. However, I'm getting numerous errors doing so, and I can't seem to figure out why.
Here are the errors:
C:\ioFTPD\scripts\iojZS>compile.cmd
C:\ioFTPD\scripts\iojZS>del c:\ioftpd\system\iojZS.exe
The system cannot find the path specified.
C:\ioFTPD\scripts\iojZS>bcc32.exe -w- -02 -IC:\Progra~1\BCC55\Include -L C:\Progra~1\BCC55\Lib -nC:\ioFTPD\system -eiojZS.exe c:\ioFTPD\scripts\iojZS\source\iojZS.cpp
'bc32.exe' is not recognized as an internal or external command, operable program or batch file.
C:\ioFTPD\scripts\iojZS>del c:\ioftpd\system\*.obj
The system cannot find the path specified.
C:\ioFTPD\scripts\iojZS>del c:\ioftpd\system\*.tds
The system cannot find the path specified.
**Yes I have BCC55 in the program files folder and not Borland
Any help would be appreciated, thanks.