Forum: [VBP] General Discussion
05-12-2015, 10:17 AM
|
Replies: 1
Views: 18,471
Problem using literal percent
I have a batch file task setup to run an executable that accepts a URL as a parameter. I'm now trying to update the url to include %20 but am having problems.
My command:
...
|
Forum: [VBP] Third Party Tools
07-17-2013, 06:46 AM
|
Replies: 2
Views: 33,843
|
Forum: [VBP] Third Party Tools
07-16-2013, 12:52 PM
|
Replies: 2
Views: 33,843
PowerShell script gives object required error
I've created a powershell task and checked the script radio with this script:
$matches = Select-String %PROCFILES_FULLPATH% -Pattern '(?<!cfg)\.DEBUG' -CaseSensitive
$matchCount = 0
if ($matches...
|