5 591016 Decapat Katılım 12 Ekim 2022 Mesajlar 288 Çözümler 2 5 Şubat 2023 #1 Hocalarım sizlere sorum var. VBS'de program çalıştırmak için şöyle bir komut var. StrProgramPath = """C:\Users\kullanıcıadı\Downloads\deneme.exe""" Set objShell = createobject("Wscript. Shell") ObjShell. Run strProgramPath Buradaki kullanıcıadı yerine ne yazacağız her bilgisayarda çalışması için? Son düzenleyen: Moderatör: 5 Şubat 2023
Hocalarım sizlere sorum var. VBS'de program çalıştırmak için şöyle bir komut var. StrProgramPath = """C:\Users\kullanıcıadı\Downloads\deneme.exe""" Set objShell = createobject("Wscript. Shell") ObjShell. Run strProgramPath Buradaki kullanıcıadı yerine ne yazacağız her bilgisayarda çalışması için?
K kaan.w Megapat Katılım 25 Mayıs 2021 Mesajlar 2.423 Çözümler 156 Daha fazla Cinsiyet Erkek 5 Şubat 2023 #2 %USERPROFILE%\Downloads\deneme.exe dener misiniz? Artı 0 Eksi
KS KS 5 591016 Decapat Katılım 12 Ekim 2022 Mesajlar 288 Çözümler 2 5 Şubat 2023 #3 kaan.w dedi: %USERPROFILE%\Downloads\deneme.exe dener misiniz? Genişletmek için tıkla... Çalışmadı. Artı 0 Eksi
K kaan.w Megapat Katılım 25 Mayıs 2021 Mesajlar 2.423 Çözümler 156 Daha fazla Cinsiyet Erkek 5 Şubat 2023 #4 Bash:Panoya kopyala Set oWS = WScript.CreateObject("WScript.Shell") userprofile = oWS.ExpandEnvironmentStrings("%userprofile%") Dim programPath : programPath = userprofile & "\Downloads\deneme.exe" Artı 0 Eksi
Bash:Panoya kopyala Set oWS = WScript.CreateObject("WScript.Shell") userprofile = oWS.ExpandEnvironmentStrings("%userprofile%") Dim programPath : programPath = userprofile & "\Downloads\deneme.exe"
KS KS 5 591016 Decapat Katılım 12 Ekim 2022 Mesajlar 288 Çözümler 2 5 Şubat 2023 #5 kaan.w dedi: Bash:Panoya kopyala Set oWS = WScript.CreateObject("WScript.Shell") userprofile = oWS.ExpandEnvironmentStrings("%userprofile%") Dim programPath : programPath = userprofile & "\Downloads\deneme.exe" Genişletmek için tıkla... Deneyeceğim kaan.w dedi: Bash:Panoya kopyala Set oWS = WScript.CreateObject("WScript.Shell") userprofile = oWS.ExpandEnvironmentStrings("%userprofile%") Dim programPath : programPath = userprofile & "\Downloads\deneme.exe" Genişletmek için tıkla... %Username% yazınca çalışıyormuş. Son düzenleme: 10 Şubat 2023 Artı 0 Eksi
kaan.w dedi: Bash:Panoya kopyala Set oWS = WScript.CreateObject("WScript.Shell") userprofile = oWS.ExpandEnvironmentStrings("%userprofile%") Dim programPath : programPath = userprofile & "\Downloads\deneme.exe" Genişletmek için tıkla... Deneyeceğim kaan.w dedi: Bash:Panoya kopyala Set oWS = WScript.CreateObject("WScript.Shell") userprofile = oWS.ExpandEnvironmentStrings("%userprofile%") Dim programPath : programPath = userprofile & "\Downloads\deneme.exe" Genişletmek için tıkla... %Username% yazınca çalışıyormuş.