| View previous topic :: View next topic |
| Author |
Message |
Black_Sun
Joined: 30 May 2009 Posts: 4
|
Posted: Sat May 30, 2009 5:35 pm Post subject: %myfiles% and all about it |
|
|
Hello, how can i redefined the %myfiles% variable?
Now it equals
| Code: | | C:\DOCUME~1\USERNAME\Local Settings\Application Data |
I wrote and
and
| Code: | | set %%myfiles%% = C: |
but it has not given results
Thanks. |
|
| Back to top |
|
 |
|
|
support Site Admin
Joined: 13 Feb 2004 Posts: 274
|
Posted: Tue Jun 02, 2009 2:19 am Post subject: |
|
|
| Whay you need to override this variable? |
|
| Back to top |
|
 |
Black_Sun
Joined: 30 May 2009 Posts: 4
|
Posted: Wed Jun 03, 2009 3:22 pm Post subject: |
|
|
because maybe in different computers this folder is full (not enough space on disk) and redefined to the TEMP(for example) dir may help  |
|
| Back to top |
|
 |
support Site Admin
Joined: 13 Feb 2004 Posts: 274
|
Posted: Thu Jun 04, 2009 1:58 am Post subject: |
|
|
| This variable initialized before script execution, so embedded files already in this folder. |
|
| Back to top |
|
 |
Black_Sun
Joined: 30 May 2009 Posts: 4
|
Posted: Thu Jun 04, 2009 1:50 pm Post subject: |
|
|
eh, ok, but it would be cool
Thanks for answers |
|
| Back to top |
|
 |
pgeneste
Joined: 27 Jul 2009 Posts: 1
|
Posted: Mon Jul 27, 2009 4:23 pm Post subject: |
|
|
| I need this %myfiles% override too. Please add! Thanks!!! |
|
| Back to top |
|
 |
blasch
Joined: 03 Sep 2009 Posts: 3
|
Posted: Thu Sep 03, 2009 6:52 pm Post subject: |
|
|
Hi,
I have need of this feature as well,
The tools that I have developed sometimes have the need to be used at the same time on the same system, some of the embedded files used may be deprecated and "step on" files from the other running scripts.
it would be useful for me to be able to define %myfiles% variable or have the compiled exe iterate sub directories in the current %myfiles% path to prevent this sort of extraction overlap.
I really like your compiler as I have been able to develop many tools that my customer service department utilizes on a daily basis. |
|
| Back to top |
|
 |
|