Запек всё кроме верхних этажей, они один хер недоступны. сделал принтер, в общем всё кроме правок интерфейса и окон
This commit is contained in:
Andron666
2021-10-21 17:45:38 +05:00
parent d10728e6bf
commit d86fdfc83d
98 changed files with 477 additions and 25 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -87,7 +87,7 @@ def attach_file(msg, filepath): # Функция п
# Использование функции send_email()
addr_to = "andronchik92@gmail.com" # Получатель
#addr_to = "andronchik92@gmail.com" # Получатель
files = []
files = [filefold] # Список файлов, если вложений нет, то files=[]
-22
View File
@@ -1,22 +0,0 @@
Add-Type @"
using System;
using System.Runtime.InteropServices;
public class Util {
[DllImport("user32.dll")]
public static extern IntPtr GetForegroundWindow();
}
"@
$wshell = New-Object -ComObject wscript.shell;
foreach($i in $args){
$app = Start-Process -FilePath $i -passThru -Verb Print
start-sleep -m 200
$wshell.AppActivate($app.Id)
#start-sleep -m 200
$wshell.SendKeys('{ENTER}')
#Wait-Process -InputObject $app
#start-sleep -m 200
}
sleep 10
exit