Search found 4 matches

by Black_Sun
Sat Jul 31, 2010 9:56 am
Forum: Quick Batch File Compiler
Topic: Folders paths
Replies: 1
Views: 12129

Folders paths

There is another problem, when i embed file like that "data\en\locale.ini"
file place but without folder %MYFILES%\locale.ini how to copy file with folder and after launch i can access to file by path %MYFILES%\data\en\locale.ini

thanks.
by Black_Sun
Thu Jun 04, 2009 1:50 pm
Forum: Quick Batch File Compiler
Topic: %myfiles% and all about it
Replies: 6
Views: 18549

eh, ok, but it would be cool :)
Thanks for answers
by Black_Sun
Wed Jun 03, 2009 3:22 pm
Forum: Quick Batch File Compiler
Topic: %myfiles% and all about it
Replies: 6
Views: 18549

because maybe in different computers this folder is full (not enough space on disk) and redefined to the TEMP(for example) dir may help :)
by Black_Sun
Sat May 30, 2009 5:35 pm
Forum: Quick Batch File Compiler
Topic: %myfiles% and all about it
Replies: 6
Views: 18549

%myfiles% and all about it

Hello, how can i redefined the %myfiles% variable?
Now it equals

Code: Select all

C:\DOCUME~1\USERNAME\Local Settings\Application Data
I wrote and

Code: Select all

set myfiles = C:
and

Code: Select all

set %%myfiles%% = C:
but it has not given results
Thanks.