Content Type
Profiles
Forums
Events
Everything posted by gunsmokingman
-
Here are 2 VBS scripts that copy a file when a file is placed on the VBS script. 1:\ It uses WScript.Arguments(0) to get the Path and Name of the file. 2:\ It uses this as a default location for the copy to spot or the second script has a Inputbox if you want to use another spot. Dim FldrDate : FldrDate = WeekdayName(Weekday(Date),True) & "-" & Replace(Date,"/","-") Dim SysCopy : SysCopy = Act.ExpandEnvironmentStrings("%SystemDrive%\Arch_CopyTo_" & FldrDate &"\") This VBS script does not have a Inputbox to set the CopyTo Location It uses the above as default. Save As DropAndCopyFile.vbs This one you can select a CopyTo spot or use the default location Save As DropSelectCopyTo.vbs CopyToVbs.exe
-
Defragmenting your Hard Drive(s)
gunsmokingman replied to Shindo_Hikaru's topic in Hard Drive and Removable Media
Here a script that will just Analyze only the local hard drives and report it state. 1:\ Runs built in MS Defrag.exe to only Analyze. 2:\ It creates a textfile with the report 3:\ Open the text file for you to read. 4:\ After you close the text file it self deletes You can use this to help you decide if you need to defrag the drives. Save As Defrag_Report.vbs -
I wrote this script as a Demo of the Send Key that VBS has What it does 1:\ Opens Notepad.exe 2:\ Types in some basic Computer Information 3:\ Saves the text file using Send Key 4:\ Closes the file using Send Key The text file it makes Demo_SendKey.exe
-
I have made some changes to the SFX file,there was 2 vbs script inside the first one this now is only 1 vbs script. I have it make a Vbs Script in the all user start menu. Up Dated LowerVistaSrv.exe
-
Here is a VBS scripts to get the day name
-
Here is a VBS script that will delete all the files in Recent Save As DeleteRecent.Vbs
-
Type Write in the run box that will open Wordpad The location of this file is %SystemDrive%\WINDOWS\system32\write.exe
-
I used this batch file to clear my printer of any jobs in que Modifiy it to suit your needs.
-
This is how I have my entry I do not use these 2 My theme get applied when the desktop loads up for the first time.
-
fizban2 I have filled bug reports and there reply was could not reprouce then they said to try the new build of Vista that was out. What funny about all this is it was filed on the newest build 5472. Other things that I do not find so simple 1:\ The new spot for the run box. 2:\ Display setting I find XP far easier to use
-
Defragmenting your Hard Drive(s)
gunsmokingman replied to Shindo_Hikaru's topic in Hard Drive and Removable Media
Sorry to burst your bubble but defragging does not hurt your hard drive. As I said I have not seen and read any where any thing that would back up your claims. If it was as bad as you said, why would Diskkeeper have the option set it and forget it, or why would would Microsoft now have a automatic defrag run on Vista. I even went and Google Defrag and from what I read there was never any mention of damage to the hard drive. -
Give this a listen it funny Crazy Lady VS Telemarketer
-
Defragmenting your Hard Drive(s)
gunsmokingman replied to Shindo_Hikaru's topic in Hard Drive and Removable Media
You can never hurt your hard drive by defragging, you can never defrag to much. I have never read any where that defragging can damage your hard drive. I use a simple VBS script to defrag my drives. Here a script that runs clean manager then defrag all the local drives. -
Here are some of my simple observations on Vista 1:\ They say it will be easier to use, I have yet seen anything that has made it more simple to use. Example On XP I had no problem adding my Web site to My Network Places I can connect and FTP files from my Desktop to my Site with no problems. On Vista I have not been able to that at all, a simple task on XP but not so simple on Vista. 2:\ Performance I still can not understand how Vista needs 30 plus services running with out a Anti Virus. Compared to XP without a Anti Virus I have 15 services running. I was looking foward to 5472 release because I have been reading it was suppose to improve it performance, I have yet notice any performance increases. The newest build still uses the 30 plus services and the amount of memory being used has not change much or I have not notice any change 3:\ UAP I hate. I hate the fact that there is not a real admin account enable any more. I have to hack it so I can use the real admin account. I will not use those neuter admin account it bull crap to have to say yes to some thing as simple as MMC to run.