Archive

Posts Tagged ‘dos’

Dos Batch File Xp Filename Parse

December 22nd, 2011 Comments off

I am looking for a small project, a DOS batch file (called: compare.bat) for XP as follows:

File Structure:
Inside the Root, there are THREE subdirectories and ONE batch file (compare.bat)

Root Directory:

compare.bat

–> Waiting (this is a directory folder, which will eventually have files placed into it)

–> Expired (this is a directory folder)

–> Current (this is a directory folder)

Here’s what I would like it to do…

I will be creating files, on my own…

Categories: Writing Tags: , , , , , ,

Ms Dos Software In Cobal To Windows

May 23rd, 2011 Comments off

My friend uses a old cobal software program. It runs under dos. He use it since 1987. Can somebody convert it to Windows. There are not a lot of files.

Fax Card Consulting For Dos

February 28th, 2010 Comments off

I have an application written in Microsoft Visual C++ version 1.51 (DOS). I wrote this app many years ago. It uses a database structure that is customized so there is no documentation.

It uses an Intel Satisfaxtion Fax modem card that must run in a DOS machine. It cannot run in DOS inside windows (after 3.1) because it reserves physical memory. This card uses standard CAS 1.0 for file formats, etc.

I would like to eliminate this card and move to running my application in a DOS command window on a newer machine. Later the app may be rewritten to something else, but I need a quick fix for now.

My application

Dos/clipper/dbf Application

February 11th, 2010 Comments off

We have a very old application based on Clipper / DBF that needs a bit of revival. It is a DOS based application designed some 15 years ago.

The application is related to the health care industry. We’d prefer to add a Network capability to the application (since it does everything we need for now). But are also open to migrate the whole system to a new platform.

Please open a message board discussion to provide more details on the project.

Experience with Clipper / DBF databases is a REQUIREMENT for this project. The project will be based on Windows system.

Ms Dos Project

December 30th, 2009 Comments off

I have an program on MS DOS which I Want to install in my computer and I am getting the error while installing…So i need some one to help me install the program

I Will send all the files through email…

Thanks
Jai

Categories: C/C++, PHP Tags: , ,

Dos Problem To Fix

November 30th, 2009 Comments off

All my websites are currently down and the web host has told me
it is a DOS attack.

The bid is to fix one site.

I am not sure if that’s true but I need to fix it right away if possible. It seems very likely.

Some of the sites should only be able to show up to certain countries
so we can block traffic. However because they do not show we can not
access the FTP 100% of the time to change htaccess.

Please let me know if you have experience in this and how you will go about getting my service back.

Sometimes the sites come back online for a short window of time.

Regards to all.

Stop Dos Atack

November 3rd, 2009 Comments off

We have a DoS attack on our dedicated Windows 2003 server. The attack putting the server down once or twice a day. We need somebody to find a solution for this problem.

Please let me know exactly what you plan to do in PMB.

Running Dos Program On New Pcs

May 4th, 2009 Comments off

I have an old MS-DOS program which was written using MS QuickBasic 4.5 in the late 1990′s. Rewriting the code today to run in Windows can not be done for various reasons, including the program complexity and also the likely high cost involved for new programming work.

Would like to be able to install and run the old QB program on a new XP or Vista PC which has IE7 on it but run it in DOS mode.

If it means deleting the current Operating System and Internet Explorer that would be OK with me if necessary but would prefer a solution to run the progran without doing that. But again, if deleting the new OS is preferable that would be alright too.

Vb Gui To Replace Dos Menu

April 7th, 2009 Comments off

This small project is to create a VB front end that should replace a simple DOS menu.
Currently the DOS menu promtps the user for 5 arguments (name_string, scenario, user, pass, site) and then allows the user to select one of the 30 menu items.
Depending on the menu item choose, the Batch file just call a VBscript.
I don’t need integration with that script. Just the VB front end that will pass the command depending on what the user has clicked.
I also don’t need a fully populated VB GUI, as long as I can then edit the source, I will add more options myself.
Easy but no time.

**********
User Input
**********
set /P target_san=Enter Target Name]. (%target_name%):
If ‘%target_san%’==” goto SYNTAX
set /P scenario=Enter Scenario [A, B, C] (%scenario%):
If ‘%scenario%’==” goto SYNTAX
set /P username=Enter Username (%username%):
If ‘%username%’==” goto SYNTAX
set /P password=Enter Password (%password%):
If ‘%password%’==” goto SYNTAX
set /P trigram=Enter Site Trigram(%trigram%):
If ‘%trigram%’==” goto SYNTAX
……
Target name should be radio buttons with 3 names hardcoded
scenario is a drop down.
rest is InpuBox.

echo. General settings
echo. ———————
echo. 1. Action 1
echo. 2. Action 2
etc….

:ENTER
set /p choice=
if ‘%choice%’==’1′ set label=action_01
if ‘%choice%’==’2′ set label=action_02
etc…

Each choice is unique (there are 40 of them) so a radio box is enough.
No multiple tick box are required and drop down list too prone to errors.

Then a big Green button that says go :-)

REM ************************************
REM Command sent to the VBscript
REM ************************************

cscript “:PathVBscript.vbs” %target_name% %LABEL% %scenario% %username% %password% %trigram%

So the VB GUI is just used to create the command line above and display what’s going on in a DOS prompt embedded in the interface. The VBscript issues some Command Prompt so we need to see them.

Convert Ls-dos Program

March 19th, 2009 No comments

I have a need to to convert an LS_DOS program to something that will run on windows. Just a simple VB app, Java app, or even a spreadsheet will do. I have all of the code from the current program and no more than a few hundred lines of code.

The current program just performs simple math routines to calculate various trig funtions to assist with construction design elements. I am going to sub this out for my customer and will pay after I am paid. They will want to test for accuracy. Feel free to embellish a little to make it feel up to date.

Bear