I have a simple script i want to execute after my extraction completes, to copy to my network drive, the script consists of:
copy %1 Z:\alt.binz
The execute command is
C:\Users\username\altbinz.bat "$u"
However, this script usually shows the command prompt and saying the file can not be found. It does work, but not in everytime, maybe 20% of the time. What am I missing? Should altbinz sleep for a second before executing the script or something?