Merhaba ;
Scriptiniz de Send Event (Olay gönder) içine şu şekilde yazmanız gerekir
( Sizin scriptte / Hatası görünüyor )
________________________________________________________________
Değişken ayarla ---> $$ARSIV içeriği : Get ( DesktopPath )
Değişken ayarla ---> $$KLASOR içeriği : Stok Giriş Çıkış İşlemleri::Bugün
___________________________________________________
Send Event (Olay gönder)
Let ( [
x = Substitute ( $$ARSIV ; [ "/C:" ; "C:" ] ) ;
c = ValueCount ( x ) - 1 ;
z = Substitute ( MiddleValues ( x ; 1 ; c ) ; ¶ ; "\\" )
] ;
"cmd /c md \"" & x & $$KLASOR & "\""
)
________________________________________________________________
Değişken ayarla ---> $$EXC içeriği : $$ARSIV & $$KLASOR & "/" & Stok Giriş Çıkış İşlemleri::Bugün & ".xlsx"
________________________________________________________________