Jump to content

Brando569

Member
  • Posts

    413
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Brando569

  1. hey i was just wondering ppls suggestions on an XML editor that i can use that will save Xplode.XML in the correct format. Im currently using Dreamweaver MX4 and it wont save it in the correct format so i have to open up wordpad and resave it in the correct format whenever i wanna run/test it. its a simple thing to do but its a pain in the @$$ and another thing, will xplode4.1 code be compatible with 4.2+ code? currently i dont feel like paying $10 and am going to try coding the whole thing in 4.1 and see how it works out, if it works out good, then i'll possibly pay the money and get the new version, cuz theres no way in hell im gonna recompile/reburn my UA every three weeks...
  2. or it could be pronounced X-Pies
  3. im sure SE and SE pro will install the same way..
  4. good thinkin! will try it out. and is bob really my uncle?i was wonderin who my uncle was.... thanks now i can sleep peacefully..
  5. took the words right outta my mouth! wouldnt hurt to get atleast 256mb rams cheap nowadays i just bought 2x256mb ddr 333mhz from Transcend and it was like $50! now if you want extremely good memory (corsair) that gonna cost ya some....
  6. first off sry i didnt feel like searching for an answer for this, its 8:19am here and i just wanted to post this and go to sleep. with that aside heres my problem: i have the problem mentioned in the office shrink PDF where the MSI starts configing stuff then "rolls back" i looked at the logs and couldnt really find anything since it creates alot of errors normally. my shrunk directory is the right size, i think its around 120mb or so, and i read Asta's (not even gonna ask why he's banned, although i am curious) answer in the PDF and it didnt really help me out at all, since i didnt 7zip my folder ill recreate the logs if thats what you guys need. also im not using a vm i have like 40gb free and decided to use my newly (almost) completed UA to test my start.bat since a VM took to long each time. alright im gong to sleep now....
  7. LMAO yea once i got out of that class i havent use it at all my friends and i went onto JAVA cuz we thought the same guy was teaching it then during the summer we found out that sum other guy was teaching it. he ended up being a sarcastic @$$hole and figured we knew everything since it was an AP JAVA class, but i guess they didnt tell him that this was the first JAVA class at my HS EVER! our first project was insane, like the 2nd day of class he gave us this huge program as a type in, he didnt even give us a simple "hello world!" the class changed into a screw around with the computer class for me and my buddies, well essentially a "let me hack the computers, and screw with stupid ppls pcs, and have them watch" it was great. to this day i dont think that any of us know even how to write a simple hello world proggy in JAVA
  8. i know im dragging up an old topic but i just wanted to include the batch version for this incase n00bs and/or other people dont feel like or know how to convert it.... echo Ad-Aware SE Pro v1.05 start /wait %systemdrive%\Install\Apps\ad-aware\aawsepro.exe /s kill /z hh.exe sleep 1 kill /z Ad-Aware.exe and yes im using something else to kill my apps, it was compiled by Dman, and is completely silent, no output at all! Silent Killer compiled by Dman
  9. whats customized about it b4 i d/l it (i already have mine set up in my start.bat and everything)?
  10. like some of the other guys said, the BEST way to learn about batch scripting is to screw around with cmd and/or read ALOT of stuff. heres some basic stuff if you dont already know it: (put this at the top of the batch file) echo on (or off) this either hides or displays the commands that are in the batchfile put this, @ , before echo to make it not show echo on or off example: @echo off will only display the commands such as the output from copy or del or things that are echo'd to display text type echo and then some text example: echo this is how you output text echo. willl give you a blank line example: echo i want to skip echo. echo a line will display this: i want to skip a line type copy /? to display the help for that, if you havent already figured this out this will copy a file from one location to another just as above type del /? to display the help for that, this will delete files if this doesnt help you, i dunno what will....
  11. sweet thanks i know C++ but i found out my teacher was teaching us stuff that was like 4 or 5 years old i went to go use cygwin one day and it was like "you are using old and/or depricated headers, blah blah blah" then i found this one tut and emailed the author and he was like idk where u learned this stuff at either from a really old tut or someone is teaching you some really old stuff! i barely remember any of it now, :-/ im never really gonna use it anyway....
  12. yea i found a great way to customize your installation, extract the setup and open up config.ini at the top it says normal, auto or silent and u just enter that into the variable below
  13. i was thinkin about goin to the airshow, but didnt, and btw you need the attached DLL to use your process killer edit i cant get it to work, i can register the dll for sum reason, it says it cant find it, and i have it placed in the windows directory and system32 and the $$ folder where kill is...
  14. good job, you solved the mystery i guess ill just have to rely on my system drive being c: edit i just realized something you CAN use vars with 8.3 above the lines with %appdata% i have these lines and they work perfectly! del %systemdrive%\Profiles\AllUse~1\Desktop\nerost~1.lnk i guess %appdata% and 8.3 dont play well together....
  15. its not working for me it saves the INF file but it still pops up that stupid AV scanner, which i specifically disabled! these are the strings that i am using in my batch file and attached is my INF file if anyone wanted to have a look at it. start /wait %systemdrive%\Install\Apps\ace\ace6.03.exe LOADINF="%systemdrive%\Install\Apps\ace\settings.inf" /VERYSILENT /SUPPRESSMSGBOXES settings.inf
  16. is there anyway to make thunderbird go to your inbox folder when you open it like outlook express does? (if there is a setting for that i cant find it :-/ )
  17. thanks guys for all your input! and thanks for compiling that for me dman, want me to drive over and get it
  18. does anyone know of a completely silent process killer? im currently using PSkill and it has a huge banner whenever it starts up and screws up the look of my batchfile output screen also it says "process <process name> killed successfully" i dont want any of this, i was just wondering if anyone knew of an alternate program that i could use....
  19. i downloaded the admin install and gave it the /Q switch and it asks me to agree to the EULA, so i extracted it and gave the MSI the /Q switch and it did the same thing! any1 have similar problems and know how to fix this?
  20. i was thinkin about trying thunderbird or sumthin like it, ill try it out... edit i think im gonna use thunderbird from now on and is there a silent installer out for it? (i think i saw one somewhere but not sure....)
  21. thanks, i thought it was there but didnt see it at first its hidden
  22. yes i agree its an invaluable tool i use it constantly in my start.bat (since i cant get WPI to work and Xplode takes too long to code) i use it to kill nag screens and stuff. stupid programs still pop up message boxes even when u tell them to be quiet! so all i do it sleep 5 kill setup.exe
  23. hey im tryin to delete shortcuts off of the quicklaunch through a batch file but for some odd reason windows cant get to it! ive tried atleast 3 or 4 different ways to get to it and it still doesnt work. these are the things ive tried: del %homepath%\applic~1\Microsoft\Interne~1\QuickL~1\ad-wat~1.lnk del %appdata%\Microsoft\Interne~1\QuickL~1\ad-wat~1.lnk del %systemdrive%\profiles\bran\applic~1\micros~1\interne~1\quickl~1\adwatc~1.lnk and a few others, even when i try to go to just %systemdrive%\profiles\bran\applic~1 it says it cant find the path, but yet %systemdrive%\profiles\bran\ and %appdata% work (well %appdata% works at the run box but not in a cmd prompt). whats wrong?
  24. (i hope im not making an already made topic, i searched and didnt find one) so whats the best? im looking to add one into my UA ive been using Giant Co. Software's Spam Inspector and it works most of the time but sometimes it doesn't. any recomendations?
×
×
  • Create New...