batch file

  1. I

    Windows 7 Windows 7 - Launch Bat after installation (SetupComplete?)

    Hello guys! I'm wondering about a script I made after the installation of my Windows 7 x64 ISO is done. The script (bat) contains this: How should I implant this script after the Win7 installation is done. Tried with SetupComplete (see spolier): Problem is, I cant use GPO either...
  2. 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...
  3. 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...
  4. 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...
  5. 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...          ...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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?
  11. 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...
  12. 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...
  13. 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
  14. 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...
  15. 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...
  16. 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
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top