Question:

Help with batch file paths PLLZZ i am tryin to prank friends

by  |  earlier

0 LIKES UnLike

i have just started typing up batch files to prank my friends with i have a fake blue screen of death etc but i can't seem to get my paths to work i tried this

cd /d "c:"

start "C:\documents and settings\all users\documents\hahaigot.bat"

but no matter wat i do i get

"CANNOT FIND FILE 'and'"

Incorrect Path

file \documents could not be found

incorrect directory

etc etc

can anyone help me with this i can't seem to get it right

 Tags:

   Report

5 ANSWERS


  1. Just put the file in C:\ and change the path to C:\.


  2. instead of changing the directory to "c:\", instead, do :

    cd "C:\documents and settings\all users\documents\"

    start "hahaigot.bat"

    also, ensure that hahaigot.bat is in that directory.

    hope this helps!

  3. Could be a problem with device drivers, hardware or software. This  problem can be solved by uninstalling new softwares, updating device drivers and making minor configuration changes . From http://fixit.in/bluescreenofdeath.html . You can also run a free registry scan using utilities from http://re7.info


  4. dont put the spaces in the address or path the documents most likely should be capitalize and so should all try something like this

    "C:\DocumentsandSettings\AllUsers\Docu...  

  5. Their is no "all users" directory, fix that.

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.