Comments on 'How to make a batch file that will create and open folders.'
Back
Next
AgentCIA0001 (November 26th, 2008 @ 8:36 pm)
is there someway to make some kinda of a loop command, instead of just typing many md commands..?
something like a for loop in C++ maybe..?
thnx..
BeatwthPhoneBookHurt (November 24th, 2008 @ 1:04 am)
dont we all...
WorldDice (November 23rd, 2008 @ 10:50 am)
I really need some help in vbscript. Does anybody know how to make a .vbs file that creates and launch a file, like creates a shutdown "virus", then launches it?
wikkiid (November 17th, 2008 @ 3:27 am)
pussy..
MasterMindzCreation (November 12th, 2008 @ 4:29 am)
Yes you can.. You just need to know the files location and then type this
start "files location"
Here is a example to help you better understand...
@echo off
start %userprofile%\desktop\iexplore.exe
which for that one you really just only had to put...
@echo off
start iexplore.exe
to know the file location; go to that file and right click it and click on properties. From there a window will open and you will see something that says "location".. there you go ;).
GadgetSolo (November 4th, 2008 @ 12:45 am)
can u make a batch file open a specific file? please answer ASAP
kickenoob (October 20th, 2008 @ 6:57 pm)
its
shutdown -s -t 30 -c "hahaha"
it is shutdown -s then for -t that is time and then -c is a note that u want to put u can put w/e u want in the ""s
jazzmusprime (October 16th, 2008 @ 10:21 pm)
wait wats the shut off code? -s -t 40 -c???
jarman233 (October 6th, 2008 @ 5:19 am)
i wanna make a supervirus one day
cheeseburgerman1 (October 5th, 2008 @ 7:53 pm)
is there a way to make a bat file run in another program like lets say i want to make a batch file run in world of warcraft how would i do this?
tobylevo (October 2nd, 2008 @ 9:20 am)
ty. it has stopped now on its own..
i really dont know how it stopped.. but meh..
cheers
Wulkan91 (October 2nd, 2008 @ 9:11 am)
maybe its set so run at startup? just type in "msconfig" in "Run" and delete it from things that run on startup,
Next
