Moved and got back the internet. Then there was this video.
And this video, this one made my day.
Wednesday, December 7, 2011
at 12/07/2011 12:25:00 AM
Posted by
cxjiek
0
comments, add yours>>
Sunday, November 27, 2011
at 11/27/2011 08:25:00 PMBeing timid felt did nice in one way.
Yes, sometimes I feel that people treated me nicer when I was more timid before. Trying to talk more, some people seem to give me grim look, don't understand. Timid then people be nice to you, brave and people don't care about you. That's what I am feeling.
Posted by
cxjiek
0
comments, add yours>>
Wednesday, November 9, 2011
at 11/09/2011 12:23:00 PMCreate folder loop batch file
This creates a folder within a folder within a folder in a specified number of times. As useless as other files, but it feels easier than learning how to use the for function in command prompt. Just change the lend= at the start to change the number of iterations.
@echo off
set lsta=1
set linc=1
set lend=10
set /a a=%lsta%-1
:loop
set /a a=%a%+1
md %a%
cd %a%
if not %lend%==%a% goto :loop
:end
Posted by
cxjiek
0
comments, add yours>>







