Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/27/2025 in all areas

  1. it could be #include <FileConstants.au3> If Not FileExists("C:\Path_Copy\VST_PlugIns") Then DirCreate("C:\Path_Copy\VST_PlugIns") DirMove("C:\Path1\VST_PlugIns\Compressor", "C:\Path_Copy\VST_PlugIns") DirMove("C:\Path1\VST_PlugIns\EQ", "C:\Path_Copy\VST_PlugIns") DirMove("C:\Path1\VST_PlugIns\Reverb", "C:\Path_Copy\VST_PlugIns") FileMove("C:\Path1\VST_PlugIns\Compressor.ini", "C:\Path_Copy\VST_PlugIns") FileMove("C:\Path1\VST_PlugIns\EQ.ini", "C:\Path_Copy\VST_PlugIns") FileMove("C:\Path1\VST_PlugIns\Reverb.ini", "C:\Path_Copy\VST_PlugIns")
    1 point
  2. try with #include <FileConstants.au3> FileMove("C:\Path1\VST_PlugIns\Compressor.ini", "C:\Path_Copy\VST_PlugIns", $FC_CREATEPATH) FileMove("C:\Path1\VST_PlugIns\EQ.ini", "C:\Path_Copy\VST_PlugIns", $FC_CREATEPATH) FileMove("C:\Path1\VST_PlugIns\Reverb.ini", "C:\Path_Copy\VST_PlugIns", $FC_CREATEPATH) DirMove("C:\Path1\VST_PlugIns\Compressor", "C:\Path_Copy\VST_PlugIns") DirMove("C:\Path1\VST_PlugIns\EQ", "C:\Path_Copy\VST_PlugIns") DirMove("C:\Path1\VST_PlugIns\Reverb", "C:\Path_Copy\VST_PlugIns") and if you have a problem, check the attributes of .dll files, maybe it's better to copy and delete?
    1 point
  3. If the @hour returns following: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 then, probably, you should use =>0
    1 point
  4. BinaryBrother

    RustDesk UDF

    I put in an hour or two to bring this UDF up-to-code (UDF-Spec). I want to get it officially listed somewhere, it's pretty cool. I believe I've still have plenty of work left in adding the headers, etc. 1/27/25 - Finished UDF Spec. I think...
    1 point
×
×
  • Create New...