scripting

  1. T

    Windows 7 How do I access the "SystemParametersInfo " function in a batch file?

    Hello, I would like to use the following function "SystemParametersInfo" in a batch file on a Windows 7 machine. Is it in a DLL somewhere?
  2. A

    Windows 7 basic scripting, usage piping, output redirections and variable in one example.

    Hi, I mostly use another OS, and need to rewrite following script into one which works in windows. OK, here's the command: curl -s -x 127.0.0.1:8888 -b ./cookies.txt -X GET Link Removed 2>&1 | tr -d '[]' | sed "s/,/\n/g" | head -n 1 | sed "s/.\(.*\)./\1/" here's what it does: loads content of...
  3. B

    Windows 7 set /p not working

    The following code doesnt set the value of a to user input..why? Can anyone help plz... set /p a ="sdff " pause echo %a% pause
  4. B

    Windows 7 recover batch file or unavailability of "undo system restore" in W7

    I was writing scripts in batch file......But after some time, explorer started crashing repeatedly n frequently, so i had to do the system restore in safe mode.....After system restore, i lost my batch file,which is very important. So i wanted to undo the restore, but it is not available, i...
  5. T

    Windows 7 A Program I Made to Automatically Move User Folders

    One of the most major parts of my windows 7 installs is changing the paths of my user folders. I install windows 7 alot and i got a bit sick of having to do that every time... so i decided to fully automate the process! Link Removed This usb portable program starts by asking you to select a...
  6. News

    Variant data type is overwritten after you use a Visual Basic script to call an RDS component in Win

    Link Removed
  7. MikeHawthorne

    Windows 8 Trying to write a script to play a sound, need help!

    Sub title "How to spend a lot of time trying to do something that Microsoft doesn't want you to, for some obscure reason". Hi Guys I'm trying to write a script to play a sound at Windows 8 startup. I want to do this by placing the .vbs script file in the Startup Folder. I read that this can...
  8. G

    Windows 7 Batch File to Change Username on Windows 7 Pro

    How can I convert the batch below for Windows 7 Pro 64 bit. When I ran this batch in Windows XP; it worked! but not on Windows 7 Pro 64-bit. What this does? For example: I go to John Smith PC and you noticed that his username is smithj and domain: @@@@ was the last person that logon to that...
  9. B

    Windows 8 Execution of a DOS command each time a user logs off

    Hi In all editions of Windows 8, how do I make sure that it executes a DOS command each time a user logs off? Thanks Bye
  10. T

    Windows 7 Visual Basic and Windows 7 64 bit

    Hi, I have done some research and want to start programming again with Visual Basic, but VB6 and Windows 7 64 bit are not compatible. Any suggestions as to what I should go to next? Cheers, Mike
  11. imanewbe

    Windows 7 Add Command line command to right click

    What I am wanting to do is when I right click on a file have an option to run a command. for example: -filebot -rename "filename" This command would execute if I clicked on the option in the right click menu
  12. M

    Windows 7 Set Network Location via Command Line

    Win7Pro Only I'm looking for a scripted solution, or a command line that I can ultimately script. The reason being that I'm supporting 1200 users in remote locations, and I automate as much as I can in batch and VB scripts. I'm not intimately familiar with PowerShell, but I'm not opposed to it...
  13. News

    Microsoft Releases Security Advisory 2847140

    Today, we released Security Advisory 2847140 regarding an issue that impacts Internet Explorer 8. Internet Explorer 6, 7, 9 and 10 are not affected by the vulnerability. This issue allows remote code execution if users browse to a malicious website with an affected browser. This would typically...
  14. W

    Windows 7 Looking for a bat file command...

    I would love to know if there is a batch file command, or set of them, etc. to have the batch file input a command into another command prompt already opened. Specifically, I mean having it use the 'kickall' command on a minecraft server's command prompt. I would prefer something that is in...
  15. News

    Problem retrieving Value for DynamicSiteName from Registry using PS

    Link Removed
  16. Sithtiger

    Windows 7 Help With Launching iipconfig /all Command From Desktop....

    Hi, I'm wondering how to make a batch file so that I can launch the ipconfig /all command right off my desktop. I know how to get to the command prompt and running, but I want to just put a shortcut and/or write a batch file with just a click. I can get the command prompt up. I open a new...
  17. News

    Problem retrieving Value for DynamicSiteName from Registry using PS

    Link Removed
  18. O

    Windows 7 script for entering Product Key

    Hi I Need to deploy a number of computers. For that I have made a clean Windows7 installation and prepared/installed all the software on it. But I have not entered the product key or activeted Windows. Now I made a clone of the HDD and I'm going to deploy it. Is there a a way to make a script...
  19. News

    Microsoft Releases Security Advisory 2794220

    Today, we released Security Advisory 2794220 regarding an issue that impacts Internet Explorer 6, 7, and 8. We are only aware of a very small number of targeted attacks at this time. This issue allows remote code execution if users browse to a malicious website with an affected browser. This...
  20. News

    Automating Disk Cleanup Tool in Windows

    More...
Back
Top