Search found 2 matches

by zickedi
06 Sep 2013 17:33
Forum: DOS Batch Forum
Topic: Set environment variable and validate path
Replies: 2
Views: 2997

Re: Set environment variable and validate path

Thanks, first version is just right and works. :D
by zickedi
06 Sep 2013 15:27
Forum: DOS Batch Forum
Topic: Set environment variable and validate path
Replies: 2
Views: 2997

Set environment variable and validate path

I have a function that sets an environment variable and in the end it should validate if the newly created environment variable links to an existing path. The part with the "if not exist" is not working. I tried various tipps with <setlocal>, <call set "var=%~1"> and so on, but n...