-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLetter.bat
More file actions
185 lines (183 loc) · 5.1 KB
/
Copy pathLetter.bat
File metadata and controls
185 lines (183 loc) · 5.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
@echo off
color 0a
echo.
echo Type option 1 or 2 below and press Enter button. :)
echo.
:menu
cls
echo 1. Read the letter :-)
echo 2. Ignore the letter :(
set /p opt=))
echo.
echo.
if not defined opt goto menu
echo.
echo.
if %opt%==1 goto Start
if %opt%==2 exit
:start
cls
echo Please wait
echo Loading letter
ping localhost -n0>null
cls
echo Please wait
echo Loading letter.
ping localhost -n1>null
cls
echo Please wait
echo Loading letter..
ping localhost -n2>null
cls
echo Please wait
echo Loading letter...
ping localhost -n3>null
cls
echo Please wait
echo Loading letter....
ping localhost -n4>null
cls
echo Please wait
echo Loading letter
ping localhost -n0>null
cls
echo Please wait
echo Loading letter.
ping localhost -n1>null
cls
echo Please wait
echo Loading letter..
ping localhost -n2>null
cls
echo Please wait
echo Loading letter...
ping localhost -n3>null
cls
echo Please wait
echo Loading letter....
ping localhost -n4>null
cls
echo Please wait
echo Loading letter
ping localhost -n0>null
cls
echo Please wait
echo Loading letter.
ping localhost -n1>null
cls
echo Please wait
echo Loading letter..
ping localhost -n2>null
cls
echo Please wait
echo Loading letter...
ping localhost -n3>null
cls
echo Please wait
echo Loading letter....
ping localhost -n4>null
cls
echo Please wait
echo Loading letter
ping localhost -n0>null
cls
echo Please wait
echo Loading letter.
ping localhost -n1>null
cls
echo Please wait
echo Loading letter..
ping localhost -n2>null
cls
echo Please wait
echo Loading letter...
ping localhost -n3>null
cls
echo Please wait
echo Loading letter....
ping localhost -n4>null
echo.
:loop
cls
echo Do you sure wanna read the letter?
echo Please type Y to read the letter and N to exit and press Enter.
echo.
set /p sure= ))
if not defined sure goto loop
if %sure%==Y goto Letter
if %sure%==N exit(0)
:Letter
cls
echo.
echo.
echo.
echo *** LETTER TO YOU MY FRIEND ***
echo.
echo Hi!
echo I don't know from where I shall start and why shall I start!
echo I don't know why I am feeling very weird and difficult to write it to you.
echo But, it is certain that I can't keep it anymore burried within myself,this
echo feeling, this very strange and weird feeling.
echo.
echo I think it may make you feel bad,lil difficult,uneasy or little kind of wild.
echo Thus, i suggest you not to take this very boldly and seriously. Rather, you
echo can laugh on this matter and blow it in air.
echo (OH GOD WHAT AM I DOING THIS........)
echo.
echo OKEY ! Okey! Okey! fine.....
echo Let me tell you something, i am not trying to force you for anything with this
echo piece of writing. But I simply wanted to unveil my inner feelings, those
echo feelings that lies within the deepest part of my heart and they are true and
echo pure. My feelings are not contaminated with any kind of chemical, dust or
echo smoke,etc. Though the world is being polluted day to day, my feelings are
echo as pure as .....(hhmmm..mmm.... i guess there is nothing that i can compare
echo my feelings with).
echo.
echo.
pause
echo.
echo.
echo I think, now i figured out that the kind of feeling which I was luring
echo from days within my heart was somehow related with you. You are the key
echo word of my feelings.I know you will surely understand that I am just putting
echo forward my feelings and nothing more.
echo.
echo I believe in spiritual love, the love that will never end. At least, not like
echo the one which can be seen in present generation's lovers as a problem.
echo I think, I finally figured out that the crush which i thought i was having
echo is not other than on you. I don't know if this is the right time to say this
echo or not but i am feeling more intense with this feeling. Thus i couldn't stop
echo myself from speaking my feeling to your feet through this letter.
echo Please forgive me if it makes you feel uneasy or bad.I don't wanna hurt you.
echo I hope u will accept my apology in case...
echo.
pause
echo.
echo.
echo I feel I am in love with you. I know, everyone can fall in love with you
echo because you are so beautiful but thats not what i fell for. I fell in love
echo with you because of your innocence,kindness,softness,your way of behaving
echo and understanding other people...
echo.
echo.
echo Please friend! don't think this as a proposal for which you should give
echo reply in return.But feel free and don't take any sorts of anxiety.
echo It is not written anywhere in the holy BIBAL or GITA that-you should also
echo think the same way i think and love should always be both sided. Hence,
echo You can happily ignore my feelings without any hesitation, coz I am not
echo gonna feel bad about that.
echo.
echo.
echo If I want someone in my life to be my Good friend, and My FRIEND FOREVER
echo who will never leave me and my hand in any circumstances,then that would
echo be a friend(person) like you. :) .
echo.
echo I know I am not of any match to you but still I AM IN LOVE WITH YOU.
echo (( I LOVE YOU ))
echo.
echo.
echo To go on Top type t and press Enter
set /p end= ))
if not defined end goto menu
if %end%==t goto Letter
if %end%!=t exit