Search found 3 matches

by blasch
Sat Feb 20, 2010 8:16 pm
Forum: Quick Batch File Compiler
Topic: Including EXE in the bat file not working
Replies: 6
Views: 20289

the long file names now affects %myfiles% calls in for loops... still testing how to get around this... bummer is I cannot update about 20 scripts until I figure this out. Looks like you are pulling the APPDATA variable and mapping it to %Myfiles% just a thought here, can you extract to a interative...
by blasch
Thu Sep 03, 2009 7:56 pm
Forum: Quick Batch File Compiler
Topic: Welcome and questions
Replies: 2
Views: 13363

Support has answered question 1 here is question 4. you need to determine the dos code page of the characters you wish to print or sent to a file. the two in your example are found in the dos standard code page 437. you can determine which code page is active in your shell by issuing the chcp comman...
by blasch
Thu Sep 03, 2009 6:52 pm
Forum: Quick Batch File Compiler
Topic: %myfiles% and all about it
Replies: 6
Views: 18564

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 def...