batch file

  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. G

    Windows 8 Reliability Monitor Not Working W8 Pro Desktop

    Hello, can you help please, my reliability monitor is not working, it runs as per the schedule but does not produce any data, my problems started recently following a small corruption with the library docs, this corruption caused the R/monitor to run continuously, I rectified this error with a...
  3. L

    Windows 7 how do you delete a .bat log file that is waiting for a reply ?

    I have a log file that is waiting for an answer to the overwrite command. I can't delete the log and I can't delete the file because it says it's in use(both files) Rebooting is pretty much not an option..... thanks, Linda ile: Link Removed Searching...          ...
  4. Dipanshu mahajan

    network drive get unmapped/disconnected when i log off my windows server2003

    whenever we login in windows server 2003 , network drive get disconnected .only if when we right click on shortcut of software installed in network drive it get again mapped. we have tried several tricks: net config server :autodisconnect =-1; net use \\conquesr-srv\v440 even than drive doesnot...
  5. P

    Windows 7 How to turn off WITH ONE CLICK audio sound?

    Assume I am playing a video or an mp3. Yes, I know how to turn off audio inside audio speaker controls. But I don't want to fiddle around with menus and dialogs. Instead I want to handle it as easy as possible with ONE (DOUBLE)CLICK. I can imagine that there is a utility whose shortcut...
  6. A

    Windows 7 Batch Files Issues

    Hi I have created two files and they don't work. One gives a menu and the other flashes :Installs Adobe Shockwave Player 12.0.3.133 application set install=\\mgtutils01\Window7apps\Testing Apps\sw_lic_full_installer\admin_install msiexec /i %install%\sw_lic_full_installer.msi /qn! EXIT /B 0...
  7. T

    Windows 7 Windows 7 Firewall GPO Help Please

    Windows Firewall settings were exported to a .wfw file. The settings take effect if I manually import them through gpedit.msc and click to import the file. What I really want to have happen is a batch file executes the following: netsh advfirewall import c:\firewall.wfw For some reason using...
  8. 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?
  9. T

    Windows 7 Windows 7 equivalnet to "UpdatePerUserSystemParameters"

    Hello, I have a batch file that I am using to change the various items on my computer. I put the changes in the registry and then use the following command to implement the change %SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters This approach worked great in...
  10. 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...
  11. 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
  12. 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...
  13. 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...
  14. D

    Windows 8 How to Enable and Use Telnet on Your Computer

    plz how to i use telnet? when i try it says 'telnet' is not recognized as an internal or external command, operable program or batch file. thx
  15. 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...
  16. E

    Windows 7 Problem with Simple BAT file

    I have created a batch file to run three programs. However it doesn't run the first two just the last one. Whenever the batch file is running I see a window open and quickly close when each of the first two programs are requested to run. The window is only open for a second so I cannot see...
  17. 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...
  18. M

    Windows 7 Input redirection does not work with DOS commands

    I was trying to get the 'CD' (change directory) DOS command to work with input redirection (left arrow), but could not do so, tho, thank goodness, I found PUSHD&POPD so I no longer need CD in my .BAT now. However, I could not get any of these commands to work either: TYPE, MORE, and especially...
  19. 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...
  20. 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...
Back
Top