DOS & Windows
Hi Everyone,
I want to run my MSDOS program through remote access. I used to run this program locally on the server which allows me to adjust the size of the screen. Can you please provide me instructions on what to do? Thanks in Advance
- 946 views
- 1 answers
- 0 votes
I have a script like this one below. My aim is to add 1 to variable count in each iteration of the for loop. So, if temp.txt has 10 lines, count will be 10 finally.
set count=1
for /f "eol=v" %%f in (temp.txt) do (
set /A count = %count% + 1
echo %count%
)
But I always get count value is 1. I know the statement "set /A count = %count% + 1" is not correct but don't know how to fix it.
I would appreciate insight.
- 1086 views
- 1 answers
- 0 votes
Windows XP which i have installed 4 months ago . I have internet connection modem/Broadband . Use also low quality antivirus . For this reason my pc are become very slow .
So I need to up date windows XP again. Another problem is there are two or more setup windows so when start my pc i found more operating system new and old .
How can i uninstalled old version ?
Jullyan
- 1181 views
- 2 answers
- 0 votes
Hello,
I am using Windows 7 ultimate on HP machine, i try to register a DLL file using DOS which i have to use in my project, when i try to install this file it popup with the following message.
RegSvr32
The module "wps.dll" failed to load.
Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.
The specified module could not be found.
OK
Note: i have a copy the file in the system32 folder but still get the same message.
Can anyone help me to sort this problem.
Thanks.
- 2556 views
- 1 answers
- 0 votes
Hi techyv guys, I have a problem here with Filemaker Pro, I encountered an error message when I imported a data from Microsoft Excel, you may refer from the image below for better view of my problem.
FileMaker Pro
This file could not be translated using the selected file type.
- 3585 views
- 1 answers
- 0 votes
I am really interested in creating my own personalized Windows Event Log Notification System. I read about that in a forum in a website and all I can see is, of how happy they are about it. But it does not say on the forum, how to do that.
I tried asking how to create and personalize a Log Notification System but I could not find the right answers. All the steps they posted did not work.
I hope someone here can give me a proper walk through. I would really appreciate it.
- 1153 views
- 1 answers
- 0 votes
Hello Greetings,
I have a dedicated server with HostGator, and run a fairly large website on it. The issue that I'm having is that little kids with a DoS programs have the ability to take down my website from one IP with 300+ connections. For some reason the firewall doesn't pick it up, and I have to enter the IP in the "/etc/firewall/IPDROP_GLOBAL" file, and reboot the firewall. After that, it takes about 3-4 minutes for the site to come back up.
Is this something that would normally happen on any host? Is there anything I can do to prevent such little attacks?
This how I find out how many connections are on my server:
- 1066 views
- 1 answers
- 0 votes
Hi all,
I have a question. Is there any way to run 32 bit compatible programs on a 64bit system?
I saw a tab in the control panel that said 32 bit settings.
I want to run Rhapsody, but I just got a new computer and rhapsody is only compatible with 32 bit system.
Here is a picture to better describe my problem…
- 2120 views
- 3 answers
- 0 votes
Clipper Program Terminates when printing reports in Windows 7
I am currently maintaining the clipper program which is running under the DOS Interface.
Before we are using Windows98 and the system was installed before I was employed in this company.
The programs work fine until before we upgrade our computers and migrate to Windows 7 operating system.
The program still running but in some parts like creating of reports, the program terminates itself and return to DOS prompt.
Anyone here knows how to solve the issue?
Thanks!
- 2133 views
- 1 answers
- 0 votes
I am studying DOS commands because I find it more useful and powerful.
I came across with this problem, how am I able to copy the text that is displayed in MS-DOS?
You can only paste text or commands but you cannot copy anything from it.
Kindly share some insights regarding this problem?
- 1312 views
- 2 answers
- 0 votes