Search found 2 matches

by kalaam116
12 May 2011 08:19
Forum: DOS Batch Forum
Topic: how set a name of a unknown file in the folder be sth
Replies: 3
Views: 3948

Re: how set a name of a unknown file in the folder be sth

How can I echo those variables- -?

Code: Select all

echo %variables1%

- -?Thx
by kalaam116
12 May 2011 05:06
Forum: DOS Batch Forum
Topic: how set a name of a unknown file in the folder be sth
Replies: 3
Views: 3948

how set a name of a unknown file in the folder be sth

Hi, If a have a folder called "folderA"(in D:\), which consist of few files with name that i don't know folderA -unknownfile -unknownfile -unknownfile I want to set the unknownfiles to be variables with a .bat cd D: dir folderA /b>>%TEMP%/temp.ini set variables1=firstlineoftheini set varia...