how can i delay the function
insword
until the the previous shell executes
VB Code:
'open command prompt to run Python script Open Apath & "dos.bat" For Output As #1 Print #1, "cd C:\python24" Print #1, "buckwalter2unicode.py -i C:\newfile.txt -o C:\newoutfile.txt -E mbcs" Close #1 Shell Apath & "dos.bat" insword




Reply With Quote