Jump to content

Recommended Posts

Posted

Like you said but maybe add the path with the screenshot.jpg your storing in the variable eg:

$string = "C:\Screenshots\screenshot.jpg"

or

$string = @ScriptDir & "\screenshot.jpg"

etc..

Cheers

Posted

how do I create files with a loop?

not the content, just to name the files in an order.

the file names should be like ( file & $number.jpg )

so they all look like

file01.jpg

file02.jpg

file03.jpg

file04.jpg

file05.jpg

file06.jpg

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...