Summary: I'm rolling out a new part of our system to 150 users who use Lotus Notes on a mixture of Windows 98 & Windows XP. (Those are our officially supported...
Summary: Software: JDK1.3, J2SDKEE1.3.1 I wanted to run the J2EE server in windows 98, but have uptil now not successful, eventhough I can run the deploytool. ...
Summary: posted something on "Security & Virus" forum for help and just got an answer, followed the link and downloaded a program call fixmagi.com to removed m...
Summary: Hi I have writen a bat file which will further start nine bat or exe files, thus it will cause ten windows pop up in windows Xp what can I do so that ...
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, I want to rename the following files in a batch/DOS/Linux: az1_rdb To az_rdb.txt1 az2_rdb To az_rdb.txt2 Any ideas? [Of course I'm talking about l...
Summary: Are you asking how to autorun an html file from cd-rom? Did your cd work in any other OS? I ask because you list 2k a long with 98 and XP as your OS a...
Summary: hello When I run a batch file in windows, the dos screen flashes momentarily then disappears. is there a way to cause the display to remain on the w...
Summary: Dear Friend, Thanx for the reply, but your program will print the file in Windows mode, wherein the printout would be slow. But I want the printout i...
Summary: here's a vbscript. it only renames files in one folder. [code] Dim FourChars, NewChars Set FSO = CreateObject("Scripting.FileSystemObject") FourChars...
Summary: Hello - this was posted on the Windows XP forum and it was suggested I try here. I developed a DLL in Windows 98 using Visual Studio 6. Everything wor...
Summary: I wrote a program that copies files from a network folder to the desktop. It works fine in Windows 98 but gets a "permission denied" error message in...
Summary: I'm trying to build an ATL component in Visual C++ 6 running under Windows XP. The code came from an example tutorial in a book. When I try an build i...
Summary: how can i edit the registry from command prompt (batch file) in windows xp. I want the batch file to be able to edit the registry and add something i...
Summary: I'm trying to read single lines from a text file and store each line in a variable so that I can use that variable to do something (such as COPY, RENA...
Summary: I am trying to rename files in a batch. But I want to use special characters in the file name like these ==> ♥♦♣♠ ascii code 3,4,5 and 6 Is t...
Summary: is there a way you can bind a key in windows xp to quickly show a phrase or link instead of having to type it every time you want to use it, other tha...
Summary: I need a batch file to rename the contents of a directory and then move the file to another directory (archive). The format of the files are 123456.ed...
Summary: Using Wise, I have created an msi package to install a few applications. My problem is in regards to using the 'Remove' button for my installation on...
Summary: I have some mdb files with VBA code that runs perfectly in W98 and Office 97 ( in Windows 2000 and Oficce 97 too ) but i want to execute the same file...
Summary: I need to rename a file in a DOS Batch script but do not know how to handle the long file name. Filename: eop.test_BBB_2005052000000M07S.txt I want to...
Summary: It seems like my computer won't allow me to run the graphical in Qbasic on XP. Because I have two HDD and they are different in OS, 98 and XP, and whe...
Summary: I have files of the form *.mpg.avi that I need to rename as *.avi (get rid of the .mpg part), using a batch file in the Windows command line environme...
Summary: if you have Python on Windows import os path=os.path.join("c:\\","test") os.chdir(path) for files in os.listdir(path): ext = files[-4:] name=...