Results 1 to 11 of 11

Thread: Need some old school help!!

  1. #1
    Senior Member
    Join Date
    Sep 2006
    Location
    Leeds
    Posts
    2,599
    Thanks
    81
    Thanked
    106 times in 94 posts

    Need some old school help!!

    My Mum uses an old program for her business which is dos based, so she is been limited to Win 98.

    Clearly, this needs to change and I want to get the program working under Win XP at the least. She needs to buy newer hardware, printers etc.

    When I try and run it in XP it opens a window for a split second and then closes. The only text I can read is 'echo off'. The program is run by double clicking a .bat file and I believe its programmed in foxplus????

    Any ideas on how I can get this thing to run!? This is way over my head...

    If I rename the .bat file to .txt the following is written:
    CLS
    ECHO OFF
    CD STOCK
    foxplus goc
    CLS
    CD\
    CLS

  2. #2
    Senior Member MaddAussie's Avatar
    Join Date
    Dec 2006
    Location
    Deepest Darkest Dorset
    Posts
    1,708
    Thanks
    628
    Thanked
    297 times in 179 posts
    • MaddAussie's system
      • Motherboard:
      • Asus ROG Strix Z370G
      • CPU:
      • i7 8700k (5.1Ghz)
      • Memory:
      • 16Gb
      • Storage:
      • 500G 960 EVO NMVE
      • Graphics card(s):
      • GTX 1070
      • PSU:
      • Corsair RM650i
      • Case:
      • Corsair Carbide A1r 240
      • Operating System:
      • Win 10
      • Monitor(s):
      • 24" Dell HD + Samsung HD

    Re: Need some old school help!!

    have a look at what the .bat file is trying to do, you will be able to open it with notepad

  3. #3
    Senior Member
    Join Date
    Sep 2006
    Location
    Leeds
    Posts
    2,599
    Thanks
    81
    Thanked
    106 times in 94 posts

    Re: Need some old school help!!

    Quote Originally Posted by MaddAussie View Post
    have a look at what the .bat file is trying to do, you will be able to open it with notepad
    I wrote it in the opening post:
    CLS
    ECHO OFF
    CD STOCK
    foxplus goc
    CLS
    CD\
    CLS

    There must be a way to get these old programs working in XP.........

  4. #4
    blueball
    Guest

    Re: Need some old school help!!

    Have you tried running it in compatibility mode for Win98?

    Firstly, create a shortcut to foxplus.exe

    Then edit it (right click properties) to ensure that:
    • You add goc to the end of the "Target" line (eg "C:\foxplus\foxplus.exe" goc)
    • The start directory has STOCK at the end (eg C:\foxplus\stock\)

    Then select the compatibility mode tag and force it to run as if it were win 98.

    You do not need the batch file if you do it this way.

  5. Received thanks from:

    s_kinton (25-02-2009)

  6. #5
    DILLIGAF GoNz0's Avatar
    Join Date
    Jun 2006
    Location
    Derby
    Posts
    10,872
    Thanks
    632
    Thanked
    1,192 times in 945 posts
    • GoNz0's system
      • Motherboard:
      • Asus Rampage V Extreme
      • CPU:
      • i7 something X99 based
      • Memory:
      • 16gb GSkill
      • Storage:
      • 4 SSD's + WD Red
      • Graphics card(s):
      • GTX980 Strix WC
      • PSU:
      • Enermax Galaxy 1250 (9 years and counting)
      • Case:
      • Corsair 900D
      • Operating System:
      • win10 64bit
      • Monitor(s):
      • Dell 24"
      • Internet:
      • 220mb Cable

    Re: Need some old school help!!

    have you tried running it from a cmd window so it doesnt close once its finished ?

  7. #6
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Need some old school help!!

    bat files are not written in foxplus, they are written in any text editor. A bat file is a txt file renamed from ".txt" to ".bat". You do not need to rename it to open it -- simply right-click it and choose Edit or Open With > Notepad.

    But all that aside, the only thing that bat file is doing is going to a folder called "STOCK" and running foxplus.exe with the argument of "goc".

    Blueball is absolutely right, you don't need the bat file. Just find foxplus.exe in the "STOCK" folder, and right-click-drag it to the desktop to create a shortcut there. Then right-click the shortcut and go to properties. In the TARGET area, add the "goc" argument, OUTSIDE the quotes. You can also set compatability mode Win89 from the shortcut. Check out the following screenshot as a reference:


  8. Received thanks from:

    s_kinton (25-02-2009)

  9. #7
    Senior Member
    Join Date
    Sep 2006
    Location
    Leeds
    Posts
    2,599
    Thanks
    81
    Thanked
    106 times in 94 posts

    Re: Need some old school help!!

    Wow. Thanks for all the help so far. I'll try whats written tomorrow and post back with the results

  10. #8
    Senior Member
    Join Date
    Jul 2004
    Location
    London
    Posts
    2,456
    Thanks
    100
    Thanked
    75 times in 51 posts
    • Mblaster's system
      • Motherboard:
      • ASUS PK5 Premium
      • CPU:
      • Intel i5 2500K
      • Memory:
      • 8gb DDR3
      • Storage:
      • Intel X25 SSD + WD 2TB HDD
      • Graphics card(s):
      • Nvidia GeForce GTX 570
      • PSU:
      • Corsair HX520
      • Case:
      • Antec P180
      • Operating System:
      • Windows 7 Professional x64
      • Monitor(s):
      • HP w2207 (22" wide)
      • Internet:
      • Rubbish ADSL

    Re: Need some old school help!!

    DOS Box may be a program to look at if you're still having trouble getting it working, I use it to run old games on XP/Vista.
    I don't mean to sound cold, or cruel, or vicious, but I am so that's the way it comes out.

  11. #9
    Senior Member
    Join Date
    Sep 2005
    Posts
    587
    Thanks
    7
    Thanked
    7 times in 7 posts

    Re: Need some old school help!!

    Thanks for the thanks

    Mblaster brings up a great point though. There's no guarantee that compatibility mode will work.

    DOSbox is an emulator of DOS so it is very likely to work, but it can be slow, so I'd recommend just trying compatibility mode first.

  12. #10
    blueball
    Guest

    Re: Need some old school help!!

    Quote Originally Posted by latrosicarius View Post
    NB that the "start in" field should not have foxplus.exe at the end.

    Well done on the images, I'd had a long day and it was all too difficult by that point

  13. #11
    Senior Member
    Join Date
    Sep 2006
    Location
    Leeds
    Posts
    2,599
    Thanks
    81
    Thanked
    106 times in 94 posts

    Re: Need some old school help!!

    Quote Originally Posted by Mblaster View Post
    DOS Box may be a program to look at if you're still having trouble getting it working, I use it to run old games on XP/Vista.
    I tried Dox Box last night. I mounted the c drive where the stock program was installed, but I typed in the .exe path it just said it was invalid and didn't do anything.

    Am I using Dox Box right??

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Excuses to not attend school...
    By OV3RCLOCK3R in forum General Discussion
    Replies: 18
    Last Post: 07-01-2010, 12:42 AM
  2. Networking Infant School Laptops?
    By RufusA in forum Networking and Broadband
    Replies: 9
    Last Post: 15-07-2008, 12:51 PM
  3. School reunion
    By Behemoth in forum General Discussion
    Replies: 35
    Last Post: 29-02-2008, 10:01 AM
  4. nuclear subs 2k away from my school
    By Pete in forum General Discussion
    Replies: 49
    Last Post: 12-12-2003, 06:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •