SORU
9 NİSAN 2010, Cuma


Nasıl PowerShell birden çok hatları üzerinden uzun komutları ayırmak için

Nasıl powershell'de böyle bir komutu kabul ediyor musun ve birden fazla satır arasında bölünmüş:

&"C:\Program Files\IIS\Microsoft Web Deploy\msdeploy.exe" -verb:sync -source:contentPath="c:\workspace\xxx\master\Build\_PublishedWebsites\xxx.Web" -dest:contentPath="c:\websites\xxx\wwwroot\,computerName=192.168.1.1,username=administrator,password=xxx"

CEVAP
9 NİSAN 2010, Cuma


yani backtick karakter olarak takip ediyorum

&"C:\Program Files\IIS\Microsoft Web Deploy\msdeploy.exe" `
-verb:sync `
-source:contentPath="c:\workspace\xxx\master\Build\_PublishedWebsites\xxx.Web" `
-dest:contentPath="c:\websites\xxx\wwwroot,computerName=192.168.1.1,username=administrator,password=xxx"

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • 99being99

    99being99

    2 EYLÜL 2008
  • boogie2988

    boogie2988

    6 NİSAN 2006
  • LounaTutorials

    LounaTutoria

    10 EYLÜL 2009