Summary: Hi, I have a "software.bat" on windows xp, but sometimes users open 2 times and system stay slow. how i check if file is opened? thanks! Davi Albuquer...
Summary: Hello I'm writing an alarm app. in Java. One of the alarms check continuously if a given file is opened by another app. and warning the user (with a '...
Summary: Write a batch file to do just one iteration of the task. Then run this batch file every 15 minutes by using the Windows XP Task Scheduler. Alternative...
Summary: I'm wondering if there is a way to create a batch file that opens a network drive. Here's my situation, I have a user that is connecting to our netw...
Summary: Can anyone tell me the best way to check whether an input value is greather than, or less than a value, using Batch files? For example... :prompt set ...
Summary: I am wanting to create a batch file that will open another file every 15 minutes or so. I know of the countdowns, but thats as long as the batch file ...
Summary: I need a batch file to open folders in c:TempFonts and then move and delete any .ttf files therein to s:Projects\_fonts. I am a newbie to DOS batch fi...
Summary: ok, i need help figuring something out in visual basic. what i want to do is i want to write a program that can read a standard text file, and figure ...
Summary: Basically I want to do something like the following. set counter = 0 :copyFile counter /a += 1 copy files.... if (print screen) = "The system cannot ...
Summary: I have a large amount of folders with many files in each one and I want to to be able to rename all of the files in the sub folders to the name of the...
Summary: Hi Can someone help me. one of my file in Excel is "Locked for Editing". How do I unlock it. The file is only 505kb. When I click to open the file, ...
Summary: To get that batch file to work, you need to change a setting in IE to prevent it from reusing windows to launch shortcuts. Just go to the Tools menu >...
Summary: It's ok. Just, can you direct me to the correct forum to ask this question? See the registry is just like, information stored. It keeps registry entri...
Summary: Hi, Is it possible to move the DOS cursor around the screen in DOS batch (.bat) files? All I can find is info about $e[1a and ESC[1a that don't seem t...
Summary: I have a bat that basically just copies a directory of PSTs, but sometimes they are left open (users logged in). I am looking for a bat that will jus...
Summary: hi Im learning C programming in linux and book gave a warning that when file is open for reading and writting the following restrictions apply: -Outpu...
Summary: Assuming it is Windows XP batch files you're talking about (and not MS-DOS batch) then you can put the contents of a file into a variable by adding al...
Summary: Hi Guru (male/female): Need help with script files (vbs/bat) to be run on XP. Want to compare the first 'X' characters of the file name with the rest ...
Summary: Hello, I'm working on developing a menu for a USB flash drive. I have .bat file that opens a spreadsheet with a program that is installed on the flash...
Summary: Hey everybody im looking for a vbs script to open a popup message, and when a certain button is clicked it will tell the batch file to do somethin...
Summary: The explanation of the different modes of file access is quite long. I would recommend you use Help in VB, sorry I can't point you to the exact examp...
Summary: To be able to move back-wards and for-wards in a text file the files need to be opened outside the click event and the same file number used each time...
Summary: I want to save a avi file from capture and while file is open and writing start reading from the beginning after a few minutes creating a loop so the ...
Summary: Im trying to read a file containing numbers. ex: 1 2 3 4 5 i open the file. make sure its opened properly and try to read the data into an array with...