167 reputation
7
bio website
location
age
visits member for 2 years, 4 months
seen May 2 at 7:20
stats profile views 12

Apr
28
comment Software evaluation-registration verification
I think they mean that "If you think that activation server...incorrectly....."
Apr
28
comment Software evaluation-registration verification
@MarcksThomas: Why?
Apr
28
asked Software evaluation-registration verification
Apr
27
comment Can Windows 7 boot from an external USB (in 2013)? - Not a duplicate
@Ramhound - Thank you for this news. I will give it a try, althought I hate Windows 8, especially its Metro UI.
Apr
26
comment Can Windows 7 boot from an external USB (in 2013)? - Not a duplicate
For those who marked this as duplicate: Allright, as a question, it is duplicate, fine. But it has been 3 years after the other post. During these 3 years, things may change much. So in this case, what is the good way to post my question, so it won't be duplicate.
Apr
26
comment Can Windows 7 boot from an external USB (in 2013)? - Not a duplicate
@techie007, No, it is not a duplicate. See the title of my question.
Apr
26
comment Can Windows 7 boot from an external USB (in 2013)? - Not a duplicate
@Ramhound, it is not changed, but there may be hacks from smart people. But thank you.
Apr
26
asked Can Windows 7 boot from an external USB (in 2013)? - Not a duplicate
Jan
25
comment make a copy of all arguments in a batch
100% what I want. Make a copy of all argument in one go!
Jan
25
accepted make a copy of all arguments in a batch
Jan
25
comment make a copy of all arguments in a batch
Thanks for the trick set var!i!=%%A , I will try it.
Jan
25
comment make a copy of all arguments in a batch
The problem is that I can't still modify the value of %%P, because %%P will be %1, %2, ...etc
Jan
24
accepted Is that possible (theorically) to recover after each bit is set to 0 and how
Jan
24
asked Is that possible (theorically) to recover after each bit is set to 0 and how
Jan
23
comment make a copy of all arguments in a batch
yes, exact what I want to do, this is the problem.
Jan
23
comment make a copy of all arguments in a batch
However, just create var1~var9, assign them to %1~%9, using FOR %%A IN (var1 var2....var9) DO works for me.
Jan
23
comment make a copy of all arguments in a batch
Because I need the modified value to pass them to another bat.
Jan
23
comment make a copy of all arguments in a batch
But I can't not modify these values, so I create a copy. This is what I asked here.
Jan
23
asked make a copy of all arguments in a batch
Jan
22
accepted Delete a character from an argument passed to a batch file