In Windows 10 Firewall, “Allow an app or feature through Windows Firewall”, I can’t uncheck the “Public” box for Microsoft Office Outlook. I can uncheck the “Private” box and the box that includes both, but the “Public” box stays checked ...
Computing.net: Question & Answers Forum Latest Questions
E-MAIL RECEIVED FROM netsec@att.net REGARDING AVALANCHE-NYMAIM INFECTION. IS THIS A LEGITIMATE E-MAIL?
Hi. I created c:\x.bat for testing purposes with following lines: echo start c:\monday.html >> c:\test.bat echo del 0% >> c:\test.bat but when opening test.bat second line is del “C:\x.bat” not del 0% what’s wrong with the syntax? thanks
Hello all, I have scoured the internet and haven’t found a code I understand for this. What I want is real simple.. a VB code to open outlook (no address or subject necessary), attach a file and that’s it. This code ...
Here is some code I made 🙂 @echo off set source=”R:\Contracts\” set destination=”R:\Contracts\Sites\” ROBOCOPY %source% %destination% *.srt *.pdf *.mp4 *.jpg /COPYALL /R:0 /S for /r %source in (*) do @copy “%destination” . R:\Contracts\ is full of folders which have files in them. I ...
Hi There! I have many output files (500+). The file names reflect the username, for example: “firstname lastname.csv” A snapshot of each file is as follows: Application Name,Description,Version,Vendor,Copyright ” Crypto 1 Library”,””,,””,”” Each CSV contains upwards of 100 lines, but essentially follows the above formats. So ...
There’s a project that I’m working on for class. I have to create a phone directory , while using data from a text file. I have to create a function to remove a phone directory entry and am not to ...
Here is my present script. it reads a single column file of ip addresses and pings each one. I’d like to have 2 columns in a csv file. ip address,hostname Have it ping the ip, but print the hostname. Your ...
Hi, I was trying to write a for loop to recursively go over all the files in a specified directory: FOR /R %1 %%i in (*) do call batch.bat %%i My only problem is that it ignores hidden files. Any clues on how ...
can anyone post a batch coding for the reg file… [HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI] [HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2008] “installdir”=”C:\\pes\\Pro Evolution Soccer 2008” “code”=”NA9C97ANHSLC46R5JYM9” “version”=”1.00.0000” [HKEY_LOCAL_MACHINE\SOFTWARE\KONAMI\PES2008\1.00.0000] because i can’t fix the reg file in the registry .. due to some problems in windows 7