Search found 3 matches

by linzzer
14 Jul 2020 15:35
Forum: DOS Batch Forum
Topic: what am i doing wrong (if, errorlevel, ren)
Replies: 4
Views: 4572

Re: what am i doing wrong (if, errorlevel, ren)

yea, that's what I ended up doing.

thanks :)
by linzzer
13 Jul 2020 07:15
Forum: DOS Batch Forum
Topic: what am i doing wrong (if, errorlevel, ren)
Replies: 4
Views: 4572

Re: what am i doing wrong (if, errorlevel, ren)

>Here you seeem to have changed your code:

yea i know because I was changing things around. so how do I jump to :ren2 ? if one file exists?
by linzzer
13 Jul 2020 04:29
Forum: DOS Batch Forum
Topic: what am i doing wrong (if, errorlevel, ren)
Replies: 4
Views: 4572

what am i doing wrong (if, errorlevel, ren)

this should be so easy, yet I'm super lost. What am i doing wrong? :S why is the errorlevel code being 50% ignored? https://i.postimg.cc/SsCfTgmB/zinger.png https://i.postimg.cc/5ymq1jYp/Clipboard02f.png if exist zzzplaces.sqlite ren places.sqlite zpirplaces.sqlite echo %errorlevel% ::pause SAME RES...