Login Register






Batch codes for beginners filter_list
Author
Message
RE: Batch codes for beginners #31
thx bro your answers are great and also right...so there is going to be anotheer question how to split the parts that you attached togheter?
I mean: pussy.rar => kitten.jpg + battest.rar

Reply

RE: Batch codes for beginners #32
rename it again to .rar and extract

Reply

RE: Batch codes for beginners #33
and if it wasn`t .rar?:
X.jpg = b.jpg + a.bmp

Reply

RE: Batch codes for beginners #34
that's why you should zip (or rar) the file you attach first :-)

Reply

RE: Batch codes for beginners #35
if wanted to tskill all the process runnig wich code should I use?

tskill ????

Reply

RE: Batch codes for beginners #36
Agreed very helpful to newcomers with batch. Thanks for the post should help many.
Biggrin

Reply

RE: Batch codes for beginners #37
only notepad...I think there is no better software than good old notepad for batch

Reply

RE: Batch codes for beginners #38
questions:
Code:
@echo off cd C:\ copy myfpicture.jpg copied.jpg

what if the file name:
my picture.jpg?

Code:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDriveTypeAutoRun /t REG_DWORD /d 1
you haven't explained it yet. but /v for value and /t for type right? what about /d ?

i tried to make somethin' like this:
Code:
@echo off cd D:\ copy /b 1.txt + D:\folder\2.txt copy.rar pause
when i tried to open the copy.rar, error. why?
[Image: ap8g35.jpg]

Reply

RE: Batch codes for beginners #39
good 4 n00bs.. cool Smile Smile Smile

Reply

RE: Batch codes for beginners #40
can somebody please explain my question in page 4? btw, how to runas command for batch? i mean, it always asking for password. if i wrote like this:

Code:
runas /user:admin program.exe password
it won't work... anybody know how?
[Image: ap8g35.jpg]

Reply