View Single Post
  #9 (permalink)  
Old 03-11-2007, 04:46 PM
JBabey's Avatar
JBabey
Halfway to VIP Status
Offline
Location: http://www.SoulPirates.NET
 
Join Date: Dec 2006
Posts: 567
Reputation: 27
JBabey is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to JBabey Send a message via AIM to JBabey Send a message via MSN to JBabey Send a message via Yahoo to JBabey Send a message via Skype™ to JBabey
Quote:
Directory("\Extended_ROM2")irectory("IE")
Directory("\Extended_ROM2")irectory("IE\Temporary Internet Files")
Directory("\Extended_ROM2")irectory("IE\Cookies")
Directory("\Extended_ROM2")irectory("IE\History")


your making the folders wrong... do this
++++++++++++++++++++++++++

Directory("\Extended_ROM2")irectory("IE")
Directory("\Extended_ROM2\IE")irectory("Temporary Internet Files")
Directory("\Extended_ROM2\IE")irectory("Cookies")
Directory("\Extended_ROM2\IE")irectory("History")

++++++++++++++++++++++++++
you cant make a subdirectory, you have to tell it where you want the directory placed.
__________________
~Big.J
Reply With Quote