scripting

  1. News

    Microsoft Small Basic 1.0

    A simplified programming language and environment to help teach programming to beginners. Link Removed
  2. g2c

    Windows 8.1 redirecting .bat output to a file

    Hello, I would like to save for further processing all the output of a .bat file. This .bat calls wget and if i call the .bat with >test.bat > test.txt the .txt file is filled with whatever dos prints to the screen but NOT the output from wget Thanks in advance for your help
  3. News

    Module Browser for Windows PowerShell ISE

    Module Browser, built on top of PowerShellGet, is a module management toolkit for PowerShell. Link Removed
  4. News

    Prepose, a Kinect for Windows v2 Scripting Language

    Today's project is from Dave Voyles sharing a new possible scripting language for the Kinect coming from Microsoft Research, Prepose... Link Removed Prepose Scripting Language Microsoft Research has taken this one step further though, and introduced a scripting language called “Prepose”...
  5. NewComer01

    Win Server2008 - How to know who/hostname accessing by RDP

    Dear All, I would know who/hostname/date/time that accessing to my Win server 2008 R2 via a remote desktop connection, so i have a script with command ECHO to show these information to text file once user logon, but i donot know which environment variables for exactly who is remoting session...
  6. W

    Windows 7 Website takes long time downloading

    What causes Scripting? Why does it take forever for a Website page to finish downloading so that you can scroll down the page? One thing I did was replace my HDD 500G with a SSD 240G. Could this be a contributor to this problem? The SSD is great for fast boot up.
  7. deadbeatffs

    Windows 8 Remote Code Execution via SSH, driver installation.

    Hello, I am a QA engineer and my use case of the problem is inability to pass a build validation test: I connect to a Windows 8.1 through SSH connection and start a batch file that automates the installation of the software on Windows 8.1. virtual machine. The thing is: during the installation...
  8. M

    Windows 7 Listing out Metadata

    Hi, I have a big bunch of audio files, and I'd like to list them out in cell format with the lengths in seconds listed out next to them. I have a simple batch file that I found online that lists out filenames in wordpad. Is there something similar that would list out the file names with the...
  9. G

    Windows 7 Bat file running as admin does not work - Why?

    I have a bat file with the following: echo " Starting Avira services" echo\ net start "Avira Service Host" I am executing this bat file in a user account, not an admin account. I tried executing the bat file two ways: (1) Right click on bat file & "run as administrator" (2) Create...
  10. Eawedat

    Windows 7 Batch File: works under cmd-Windows , NOT under MS-DOS

    I made these codes to backup files : set p=C:\Users\ for/f %%a in('dir C:\Users\ /b') do ( if not"%%a"=="Public", ( set fileDest=C:\Backup-%%a_%date:~7,2%.%date:~4,2%.%date:~10,4% If Not Exist"%fileDest%" mkdir "%fileDest%"set"fullPath=%p%%%a%" xcopy "%fullPath%"%fileDest%/e /h /y /k rem call...
  11. anwar ahamed

    Windows 7 i want to take backup my C & D drive with batch file ??????

    any one know how to create batch file steps to take my c,d,e drive backup in external hard drive
  12. E

    Windows 7 Is this a Windows, Youtube, or Flash issue?

    When I play a Youtube vid, a red banner at the top of the window says I need to install Flash. Then the video plays anyways.... I have the latest Adobe Flash installed. I have active scripting enabled. I have Java. Anyone have an idea?
  13. GTXPlayer

    Windows 8 Run .exe with using cutom resolution with .bat/.cmd?

    I'm new to batch files and I know a few basic commands but I want to go into the more in-depth commands, such as runnin files with different attrbutes etc. There is another I want to use by i'm not sure if it's possible. So: Is it possible to run a .exe (executable) file in a custom resolution...
  14. pawii

    Windows 7 renaming a bunch of file

    i had 200 file arranged in a serial order i want to rename them by deleting the first 2 character of every file name how can i do it??
  15. C

    Windows 7 Changing background disabled by IT

    My work PC is part of a domain. There appears to be some type of group policy within active directory in our domain, that - 1) Wallpaper can not be changed from desktop->right click -> personalize. (option disabled). 2) I know the image which is used as wallpaper and it's location on my PC -...
  16. metulburr

    Windows 8 how to elevate a command via cmd.exe

    I am trying to elevate a command given (in this case just another cmd.exe) if the user is not admin. However i get the error: C:\Users\metul_000>runas /user:administrator cmd.exe Enter the password for administrator: Attempting to start cmd.exe as user "WINDOWS8\administrator" ... RUNAS ERROR...
  17. J

    Running Multiple files at a time in batch.

    Hello. This is my first time posting here so I am sorry if I am not posting in the correct spot. I am trying to write a batch file. I have a folder with 333 Hotfix Msu Updates in it. Currently I have a command that will check the folder in a loop and update every computer with those hotfixes...
  18. DeMajrea

    Windows 7 Need review of .bat for running old software on Win7 (64)

    Im try to run an older version of Photoshop (I have the license to this one) but explore is locking me out. I have run similar bats for playing older cd based games - this is my first time trying it as an only harddrive based file. I just want explorer to go away when I start the program and...
  19. Juraj

    Windows 7 Help to make a Batch command

    After a lot of hours of Google search I think that really need your help, because I just learn Batch. I make commands for a .bat file similar .cmd, an improved personal assistent with simplier command of human language and one of his functions would be a websearch on Wikipedia. But now... I've...
  20. News

    MS13-099 - Critical : Vulnerability in Microsoft Scripting Runtime Object Library Could Allow...

    Severity Rating: Critical Revision Note: V1.0 (December 10, 2013): Bulletin published. Summary: This security update resolves a privately reported vulnerability in Microsoft Windows. The vulnerability could allow remote code execution if an attacker convinces a user to visit a specially crafted...
Back
Top