batch script

  1. O

    Windows 7 Dont run script IF

    I have an issue, i have just started a Windows 7 Migration Project and i was originally brought in to do GPO, now i have bene asked to do something else and i am a little stuck. Basically we still run Windows XP on most of our machines but will start migrating over to 7 soon. We run a batch...
  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. C

    Windows 7 Deleting a specific file when W7 is shut down

    Hello, I have some basics of programming but I don’t really know anything about Windows 7 scripting, so here’s my question: How can I make it so that a specific file (FNTCACHE.DAT if you’re interested but I doubt it’s important) is deleted everytime I shut down Windows? I guess it would have...
  4. Craftyman

    Windows 7 Looping sound hard lock on login screen

    Today a little problem cropped up as I tried to watch a youtube video. As soon as I go to open it I got a sound loop crash (sounded like buzzing) and when I went to login it would crash on the windows 7 'jingle' at the login screen. This started happening the restart after I did a windows...
  5. P

    Windows 7 How to change "My Documents" env var temporarily for a certain GUI program?

    Ok, I know, I can change/set environment variables through Control Panel--->System The current environment variable values are fine for most of my programs. However there is one program which puts some config files into the folder which is currently defined as user variable "My...
  6. News

    Create a Simple Password Protected Folder in Windows 7 Sans Software [Windows Tip]

    # windowstip Windows: If you're looking to stash some files away from other users casually browsing your computer but don't need to go full bore with the encryption, you can create a password protected folder with a basic batch script. More » More...
  7. R

    Windows 7 Passing parameters from a batch script to a program

    I have just installed a set of PERL programs that are invoked from batch files and the are passed a parameter line from the the batch script. They worked fine under XP but it appears altho the perl scripts work - they do not get the parameters. Has win7 changed the way batch files work?
  8. I

    Windows 7 Network Problem after Sleep mode

    Hi everybody, i am expiriencing some network problems after awaking my computer from the sleep mode. The Notification Area Icon of the network connection displays warning. So i have no access to the network, even if i wait for 5 minutes. To get access to the network again, i have to enter...
  9. Mike

    Windows XP Going Green: Power Management Policies on Legacy Devices and Networks

    The following is an instruction on how to have some semblance of a Power Management group policy in an environment operating under Windows XP and Windows Server 2003. Unfortunately, the Power Management options in XP, as opposed to Vista, are stored in binary files, thereby making it difficult...
Back
Top