Skip to main content
Nintex Community Menu Bar

Powershell command to download files in folder which contains space in their name

  • August 31, 2022
  • 0 replies
  • 518 views
  • Translate

MillaZ
Nintex Employee
Forum|alt.badge.img+21
  • Nintex Employee
  • 671 replies
Product: Kryon RPA
Product Version: RPA 19.xx
Components: Kryon Robot; Kryon Studio
Article Contributors: Zakir K
Steps:

Following is the powershell command used for downloading a file from a given Input URL:

 

Invoke-WebRequest -Uri "Input_URL" -OutFile "Output_Folder"


input Uri could be any image from website you can get.

Output folder is the folder where you want to save the downloaded image.


Above command we ran using RunCommand as follows:

 

23978iE9E22045DE44C8BF.jpg

 

Now the issue:

When we ran above command with output folder=C: emp, then i ran the wizard as shown above & can see image output in my folder.

 

23979i5FF0C6B4C1EE9D53.jpg

 

But the moment I make output folder = C: emp temp (i.e. full folder name containing space), then post running the wizard I can’t see any image with no error.
 

Solution for the issue:

We just have to remove double quotes i.e. “ from the outputfolder variable name and add only a single quote.
 

i.e. above command will look like:
 

1Invoke-WebRequest -Uri "Input_URL" -OutFile 'Output_Folder'

 

Kindly note above changes i.e. 'Output_Folder', now post running wizard we can get out in output folder which contains spaces in their name.

 

23980iF2499DAE8C293465.jpg

Did this topic help you find an answer to your question?

0 replies

Be the first to reply!

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings