Jump to content

teeboi

Active Members
  • Posts

    24
  • Joined

  • Last visited

teeboi's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Can someone please tell me how to write a script to click on Continue Anyway? Thanks is advance guys
  2. thanks for ur help Fett
  3. file name is prefs.js
  4. Looking for a abc.js file & replacing it from that directory & also from the p[rogram directory.. Not replacing the whole profile just the abc.js file
  5. I am trying to replace a specific file in the following direcotry %APPDATA%\Mozilla\Firefox\Profiles\68miioew.default whereas 68miioew.default is different for all the users. How do i accomplish this? I am actually replacing this file from AppData & also from the program directory that is why i need a script which will search the file name lets say (abc.js) & replace.
  6. Looking for a script which will lookup for a file & replace it? Can someone please help me with this
  7. I need a command to copy the folder & a file from the directory that i am working in over to like "c:\temp" what should be the command for this? Can i just say copy whatever in this folder(current folder i am in) to c:\temp? Please advise
  8. Good point guys. i will verify if this can be accomplished through proofing msi file.
  9. How hard it is to automate this? 1/ go to control panel 2/ Add or remove programs 3/ Ms office 2007 4/ change 5/ add or remove features, then click continue 6/ click office shared features 7/ click proofing tools 8/ click the english proofing tools 9/ click continue to install
  10. RegWrite("HKCR\Word.document.8\shell\Open\command", "", "REG_SZ", '"C:\Program Files\Microsoft Office\Office10\WINWORD.EXE" "%1"')I figured it out Thanks for your help buddy.
  11. Thanks taietel for the quick response. Script works but it's missing quotes around "C:\Program Files\Microsoft Office\Office10\WINWORD.EXE" This also needs to be quoted
  12. Can someone help me to fix this? I am getting Error in expression with the following code. The quotations around "%1" must be included. Thanks in advance RegWrite("HKCR\Word.document.8\shell\Open\command", "", "REG_SZ", "C:\Program Files\Microsoft Office\Office10\WINWORD.EXE" "%1")
  13. I am looking for a script which will search for a file under "C:\Program Files\Java" & delete it. We have about 2-4 versions of JRE installed on our machines so there are more than 1 folder under "C:\Program Files\Java" but i want my script to look through those folders & delete the file if exists. Any advise on this will be appreciated. Thanks in advance
  14. lol yea i meant encrypt. So i can put the ID & Password and compile it to exe. Users wont be able to know this script anyways i just need to know the way to put the admin ID & Pass within my script
  15. I have a script which will create some HKCU registry keys but i am running into a permission issue since all of our users are only read writes to that registry not the modify rights. I was wondering if there somehow i can incript the Admin name & password in my script and tell it to run as? Please advise
×
×
  • Create New...