scripting

  1. K

    Windows 7 Looking for a scripting tool

    Can someone recommend a scripting tool that would allow repetitive tasks to be automated. For instance, everyday I run Malwarebytes manually and I update and run SUPERAntiSpyware twice a week. I would like to make a script file that would perform these tasks automatically. I have in mind a...
  2. J

    Windows 7 Scripting folder layouts

    Greetings :-) I am new here and new to W7. I have recently moved from XP to W7. The installing of W7 was impressively slick and self-sufficient. I thought it was going to be bliss. Then I actually started to use it. I was shocked to find that the folders behave completely differently than in...
  3. B

    Windows 7 Commands to move easily between the lines of PowerShell console 2.0 and 3.0

    Hi I would like to knowthe commands to move easily between the linesof PowerShell console 2.0 and 3.0? If I'm writing a command on several lines and I want to correct a mistake that I made in a previous line, how do I do this? What is the command to go back to the prompt without running the...
  4. S

    Windows 7 Want to change font size without log off

    Ok, so I basically want to change the font size (DPI) without logging off. Reason is: I want to script this so that I can change font size to 100%, launch and play Amnesia: The Dark Descent, then change font size back to 150%. So my question is can it be done easily? And if not easily, what...
  5. SPACEDUDE360000

    Windows 7 Looking For A Simple Macro Recorder

    I'm trying to find something where I can set it so that when I press a button on my keyboard it will "move mouse there" "shift click" "type E" and general mouse movements/clicks and keyboard strokes.
  6. News

    Windows 7 Going Deeper with Project Roslyn: Exposing the C# and VB compiler’s code analysis

    Until now, the VB and C# compilers have been used as black boxes. You put text in, and you get out a binary file. In our long-lead project, codename "Roslyn," we are changing that dynamic by building an API that exposes our compilers' analysis engines. In this session, we'll go in-depth in...
  7. M

    Windows 7 netsh mbn show interfaces results in command not found on Win7 64Bit

    Hi, I'm trying to run "netsh mbn show interfaces" from a .bat or .jar file on a Windows 7 64bit system but every time I run my file, it results in "The following command was not found mbn show interfaces". When I run that same command in a cmd.exe prompt, the result is correct and as...
  8. T

    Windows 8 PowerShellISE.exe MISSING

    when trying to run the power shell ise is tell me its missing why isnt included it win8
  9. C

    Windows 7 Cant Execute VBS Script From network

    Hello, I have an application which a pc in the newtork runs a VBS script to another pc and executes some actions. It works fine in physical/Virtual machines of Windows XP and Physical machines of WIN7 but the script is not executing in Virtual Machines with WIN7. Do you have any idea what is...
  10. S

    Windows 7 can not print from explorer 9

    hello everyone. i have tried to print from ms windows explorer 9 and get an error or scripting line 2107- res://ieframe.dll/preview.js- invalid argumennt and can not print any page, in other browsers can print a website but in IE9 not, i have tried many guides on the net regsitereing...
  11. C

    Windows 7 script for disabling input controls

    hello there! i am new here so please be kind! i have a little problem with my panasonic cf-18 digitizer. i am running on win7 ultimate. when i close my lid, it seems like an installed pcmcia card is causing interfernces which win7 interpretes as a digitizer input. the pen cursor is flickering...
  12. F

    Windows 7 FTP Problem on New PC

    I have the following FTP code which works perfectly on my one PC at the office. I have just been given a new PC and when running the macro run time error 440 "unable to wait for process" The following code is highlighted wsh.Run FTPcommand, 5, True I am using Office 2010 and...
  13. adamquadmon

    Windows 7 Script for change files permissions

    Hi, I've a problem with a software that create some files, those Child objects do not inherit permissions from their parent as expected. To solve this issue I have to manually edit the parent permission and give to his childs the same permissions of the folder itself. The checkbox solud be...
  14. Elmer

    Windows 7 Kill Explorer Context Menu Switch

    If you're into modifying system files etc. you'll soon get fed up of logging out/in or using Task Manager to stop and re-start Explorer.exe all the time. Even if Explorer has died and you can r-click the desktop this will save you logging out/in or launching Task Manager (Ctrl+Alt+Delete)...
  15. P

    Windows 7 How to create a shortcut to a *.bat batch file in the SAME (unknown) folder?

    I have written a batch file (e.g.aaa.bat) which can take several paramters and runs fine as long as I enter the start command at the command prompt e.g aaaa.bat -start -log In order to avoid always having to enter manually this command I created a shortcut to this batch file and placed it...
  16. G

    Windows 7 VBS Not Accepting Arguments

    I have a simple script that will copy the path of a file to the clipboard, when the file is dropped onto the script. The script works perfectly fine in Windows 7 and a normal XP box. However, in XP Mode the script will not accept the argument. Has anybody run into this, and found a way to...
  17. B

    Windows 7 How to get CMD to run in non-fullscreen mode

    I've been playing around with some batch files, and was trying to get the cmd to run in fullscreen mode. I used the same technique that i used in windows XP, using the line:"reg add HKCU\Console\ /v Fullscreen /t REG_DWORD /d 1" in a batch file to make the cmd go fullscreen by default. Now my...
  18. Windows 7 "Sleep is not recognised" etc. Error in Batch File

    I have a batch file that I use to: Create a restore point, then swap out my modified system files. I store the "Sleep.exe" file in the same folder as the batch file. The script goes something like: echo Please wait while a Restore Point is made. sleep 17 Take ownership,Rename Replace, Blah...
  19. Suggestion : Reputation / groups

    hi, i had a suggestion for the website so i hope people can see my idea IDEA 1 i though of having peputation reputation can be given if some one has given good and helpful , i no there is the "like" option if some one likes the post however i thought the idea can be more aimed...
  20. P

    Windows 7 Set individual cmdprompt windows sizes (num of rows/cols) for different batch scripts?

    When I start a DOS batch file *.bat procedure then a cmdprompt window opens with the default number of columns and rows. In old WinXP I could pause the batch script and change the number of columns/rows of this terminal/cmdprompt windowa as well as other parameters like font size. AND...