I'm not sure how many people are using DATALOAD.EXE these days,
but regardless I would like to request another example be added to the help file for EXTPROC.
Maybe something along the lines of...
Contents of TEST.CMD
It would also be a welcome addition to the help file to indicate that there are other programs that can work with EXTPROC/SHEBANG in...
Read more
but regardless I would like to request another example be added to the help file for EXTPROC.
Maybe something along the lines of...
Contents of TEST.CMD
Code:
#! python.exe
def main():
print("Hello, Windows 10 Console!")
if __name__ == "__main__":
main()
It would also be a welcome addition to the help file to indicate that there are other programs that can work with EXTPROC/SHEBANG in...
Read more