Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. This expands and than ask if you want to keep the Archive files. Place this in the folder you would like to expand. Save as Expand.cmd Vb.net need to be installed Updated Application Source Code
  2. Try using just internet explorer to download it. When I download from that site it uses a Microsoft File Transfer Manager.
  3. First of all ths is the site i get my Vista from. These are all bootable Iso versions. So if you are getting the real version then it bootable. Plus a little note MS does not recommend upgrading from any version of windows yet.
  4. The real image from ms is a bootable image. Sounds like it is a bad copy.
  5. Here is a VBS script that goes threw Folders And Sub Folders List files and uses Replace method. I have it set so it produces a txt file that shows the changes. Without making any changes in the folder. I Have included the test folder and a couple of blank text files in the rar file. Are Comment Out So Can Be Removed From Script The start folder replace with yours Where you find Ts.writeline replace with Fso.moveFolder or Fso.MoveFile to change the names of the folder or file. Save this on your desktop As ListFolder_File.vbs
  6. Here is a VBS script that replace the "-" with this "."
  7. Place This In The XPCD Folder, Save As StartXP_HDInstall.cmd Green Text Set the location to install XP to. For more information Open A Cmd Promt in XPCD\I386 type Winnt32.exe /? this will bring up a help page for the Winnt32.exe
  8. Here is a vbs script that leaves notepad as a shortcut on the desktop This leaves a Shortcut to Notepad.exe In The Start Up Menu In All Users This leaves a shortcut to notepad in All user Programs, I have it select a icon from shell32
  9. right click the vbs file select open with navigate to windows\system32\wscript.exe select that. It sound like you have to re associate the wscript as the defualt script engine.
  10. I do not know if this will help but here a VBS script that list all users on a local computer. It will leave this UserList.txt in where it was ran from.
  11. This is with a error control in it. It is always better to use a If Exists Statement, in a vbs script. If Exists statement to delete file If Not Statement to delete file The If exixts Statement in One Line
  12. Open Internet Open The Advance Tab In The Section Called Security Uncheck The Allow active content from CDs to Run on MyComputer
  13. Specifies whether to install a desktop background on the computer desktop.
  14. Here is the Component List I use
  15. This will intergrate Service Pack 2 and 29 other updates in this location %systemdrive%\XPCD GsmSlipIt
  16. Tested this script and it worked on my computerIf you want it in a 2 lines Saves As MoveAlcohol.vbs
  17. Here is a VBS script that checks for the CD PNP ID Blue Text Array Names 1:\ It has a array for the PNP ID check The Array Name : CheckCD It has 2 ID in there one is mine and the other is some one elses. Add yours To It. 2:\ It has 2 other arrays for app to install. I use | this to separate Example TweakUi|exe|/passive /qr = TweakUi.exe /passive /qr The script then check the first array, if true it checks either of these array Array Name 1 : Computer1 Array Name 2 : Computer2 3:\ It the breaks either Computer1 or Computer2 into new arrays Array Name : App 4:\ It then Uses the information to start a search for the app Saves As WHAT_EVER_YOU_WANT.vbs The Report It ProducesGreen Text Would Be It Run Command.
  18. I use vbs scripts to set my cd varibles, I am also working on a vbs script that will install the after XP is installed script. This will not need any path to apps as the vbs file builds the path. My Test Script, the only error i have found with this is it reports back that this one BitTorrent-4.0.1.exe /s /v/qn is not there. This is a not correct, I am working on a fix for that problem. This is one line of code using this &_ to make it on 2 lines. Blue Text Is The Array For Apps With These Switches. The Array Is Separated by These ,_ Save As NoPathinstall.Vbs What It Reports
  19. This place a short cut in the all user start up menu it set to open notepad
  20. Here a VBS script that changes the working directory.
  21. Here is a VBS script that list the Network Adaptor Name and the IP address. I have only tested it on Vista, I have not tried it on any other OS.
  22. Here a vbs script that makes a folder on C:\Test3 On the first running of the script it makes the folder hidden On the second running of the script it makes it unhidden Green text is the folder that get made and it attributes changed to hidden or not hidden Blue text is the folder as a new object Red Text is the varible for hidden it check to see if it on or off threw both If and If not statements.
×
×
  • Create New...