( if CollectInformationForm!=undefined do try(CollectInformationForm.close())catch() –======================== VARIABLES =======================…
Yes, I would like to place it to tray by maxscript. I don’t want to place all max icons to tray, just one instance (that was opened like above).
I came up with using Windows PowerShell code wich allows to run cmd commands with functions. If I send commands from maxscripts, then I loose nonEngli…
It is because dot net gives Windows Code Page, but I need DOS Code Page. I wanted to change the codepage, but changing it to 437 doesn’t translate g…
Mambo4, tell me please, what page code you receive in cmd? 437? I have a very interesting idea. I will try tomorrow and let you know.
I have found the codepage in cmd type chcp and you get Active code page:… but how to get the result in 3d max from cmd? ( hiddendosCommand (…
I wanted to post the same function, but I’m too late
( try(destroydialog Test) catch() rollout Test “Test” width:150 height:130 ( checkbox chk_collect “Check Box” checked:false pos:[10,10] …
Thank you, Denis!
I have found this on a website: $everyone = New-Object System.Security.Principal.SecurityIdentifier([System.Security.Principal.WellKnownSidType…
Almost DONE! Here is the final WORKING version: ( fn doesFolderExistDNfn folderPath = ( local sioDir = dotNetClass “System.IO.Directory” (SIO…
It still does not become shared. Mambo4: That might be the best approach, if you can get the functionality you need with .bat file. But thi…