batch file

  1. J

    Windows 7 How can you copy files to the root of the cdrive on startup?

    Hello and Good day to you all, I am running a project on deploying Windows 7 to our Environment all is going well but i am having an issue with trying to run a batch file on start up to copy certain files to the root of the cdrive but because of the enhanced security features i am getting access...
  2. Warsick

    Windows 7 Energy Report Batch File

    So recently I stumbled across the feature to view my energy report via cmd prompt and the following input powercfg -energy -output "f:\Energy Report\energy-report.html" I'm trying to create an autorun program on my flash drive where the command automatically runs and saves a log onto my...
  3. jamos316

    Windows 7 display res

    i have just come over to windows 7 from xp. when i hadd xp i downloaded a batch file from the internet that someone created for xp users so they can set a different display res for each user. i made good use of this as i like to play movies in a 1920X1080 res whereas surfing the internet at...
  4. B

    Windows 7 XP Migration To Win7

    I found a video that was done by Microsoft that discussed and showed how to use command line instructions to upgrade to Windows 7 using Windows AIK. In the video the presenter created a batch file to automate the process. I followed the video carefully and believe that I created the correct...
  5. G

    Windows 7 Need to Convert Windows XP Batch File to Windows 7

    Hello: This is my first time posting here. Thanks in advance for any assistance. I have a batch file that worked faithfully in Windows XP. I wish to update the code to work in Windows 7 Ultimate (64-bit). The code creates a folder with a date in its name. the code is as follows: @echo...
  6. A

    Windows 7 search for certain file type + content?

    Hi guys, About 2 weeks ago, I switched from Xp to 7 and I must say that I love it, even if I was a little bit reluctant. There is 1 thing that I cannot seem to find a solution for: to search for a certain file type AND a word from the contents. Right now, I'm searching for a certain solution...
  7. Batu

    Windows 7 Little Trick: Chancing Build Number to Watermark

    Download the .reg files folder and open the WatermarkNameChanger.reg with notepad and change "Batu" to your own word. Have fun! And if you want to show the watermark, Just double click AddWatermark And for delete, double click RemoveWatermark And remember to add WatermarknameChanger.bat...
  8. E

    Windows 7 Clear the Windows 7 Event Viewer with One Click.

    I'd figure this be the right place to put this. Do not know if it had been posted but it took me ten minutes to clear every event log, decided to check if there were a batch file of some sort for clearing the event viewer log in a one click easy fast way, stumbled upon this. Clear the Windows...
  9. S

    Windows 7 desktop shortcuts to load and Run .dat files

    I'm new to win 7 and so far I am liking it. I hope someone can help me out or point me in the right direction. This is what I would like win 7 to do for me: I created a desktop icon that can open a program (good so far). This program uses .dat files that can be loaded and ran from this program...
  10. G

    Windows 7 How Can I Do This (Context Menu Editing)

    Okay, so I am just learning Java, and I hate how atm I have to use command panel and there lots of typic in javac this.java java this in my testing. So I downloaded ContextEdit and put a compile on the right click of .java, this works fine. However, the program doesn't have an entry for .class...
  11. T

    Software Tips

    Internet Explorer Tips: Open IE to a website in a new window from a shortcut I often create a shortcut on my desktop to websites that I'm checking frequently. I find this is a way to give specific websites a higher priority than just saving them to favorites then trying to find them from a...
  12. G

    Windows 7 Copy to c:\ doesn't work with batch file

    I have a little strange problem under Windows 7 x64 using the copy command at the command prompt. If I enter the following command at an elevated command prompt: copy somefile c:\ it copies the file somefile to c:\. Now when I create a batch file from this command and run it with admin...
  13. F

    Windows 7 Scripting: assoc and ftype

    Hello, I've made script to associate video files with MPlayer (not WMP). It's simple .bat file, here's part of it: ftype MPlayer.Video=\"%~dp0mplayer.exe\" \"%%1\" \"%%*\" 1>nul assoc .avi=MPlayer.Video 1>nul assoc .mkv=MPlayer.Video 1>nul assoc .flv=MPlayer.Video 1>nul assoc...
  14. locksleyu

    Windows 7 How do I remove default taskbar tasks from Jump List?

    Currently, my application without any modifications has three tasks in the JumpList: One listing the application name, one for pinning it to the taskbar, and one to close the application. I am trying to determine how to modify my application to remove the former two tasks, and only leave the...
  15. J

    Windows 7 Windows 7 : Themes and Gagets

    Hi Im having problem with my windows 7...this might be a driver problem - i have no idee Seems everytime i startup my computer my themes disable(or something) - basically the transparancy dissapear, and i have a solid theme, and my gagets just dissapear Any Ideas?? I did however see that...
  16. A

    Windows 7 paradoxal problem w/ "application information service"

    Hi there, As I've mentioned in another topic before, I've had mysterious problems with my laptop and windows 7. Somehow, totally random my computer loses connection. When restarting it's stuck at "shutting down" . I've now figured out a work-around for the stuck at shutting down problem. I use...
  17. n9nu

    Windows Vista A few technical options to try if you experience low throughput

    I don't know if I mentioned these here in the past, but I will list them so you guys can see if it makes a difference for you as well. These commands should be implemented in the Administrators Command Prompt (Terminal) as the Administrator. These commnands pertain to throughput between...
  18. G

    Windows Vista Command Prompt

    Hi, I am new to this forum. I have one question when i am working with cmd command. My laptop is running on Vista Ultimate 64 bit. When i am running a batch file in cmd prompt, it is asking "press any key to continue". When i pressed any key, the command prompt window is disappearing and not...
  19. C

    Windows Vista Login credentials to a network share not saved

    Hi everyone. I've been really bothered by a login issue in Vista... When connecting to a computer on the local network, i'm always asked for a username and password even though i've checked the box that says "remember my username and password". I have to put in the logon credentials everytime...
  20. G

    Windows 7 [SOLVED] iPhone Ad Hoc WiFi Working, but no Autoconnect

    I just make a bat file with the following line: netsh wlan connect ssid=iPodWin7 name=iPodWin7 where iPodWin7 it's my ad hoc net. Then, put it on startup. Gastón, from Argentina
Back
Top