Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1868

Python example for EXTPROC

$
0
0
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
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

Viewing all articles
Browse latest Browse all 1868

Trending Articles