Notifications
Clear all

[Closed] How to hide download dialog in maxscript ?

i keep my file in my website and use script to download it , but i dont know how to hide dowload dialog ? i read in maxscript help but i dont know how to use , can you help me , thank a lot
best regards

MYCODE:
dragAndDrop.DownloadUrlToDisk “ http://3dwebvn.esy.es/modorun.mse?565 ” “D:\’” 0

MAXSCRIPT HELP :
http://docs.autodesk.com/3DSMAX/16/ENU/MAXScript-Help/index.html?url=files/GUID-3F328EC6-88EF-4EE9-AE79-ADC3F629716D.htm,topicNumber=d30e3854

3 Replies

[quote=]<boolean>dragAndDrop.downloadPackage <&filename array>files <string>directory <boolean>Showprogress

This method serves as a utility function that can be used to download a package of URLs to the specified directory.
If the hwnd argument is supplied, any progress or other messages are centered over that window. Returns true if successful and false otherwise. You were close

maxscript can not encode , i want to protect my script , thank you
best reagards

can i use dot net to hide my download dialog ?