I just downloaded and unzipped PDS 7.1 on a WIN/XP Pro machine.
I tried the un-zipped Short-cut and got a 'QB.pif error - invalid start-up directory, please check your pif file'. How do I check the pif file and fix it?
I went to the MS DOS command prompt - CD'd to my QB 7.1 directory and it opened an old program file correctly. However, I could NOT get the QB-editor to Maximize screen size [full-screen]. Any ideas?
Thx
qb 7.1
Moderators:Administrator, Global Moderator
A pif file is basically the MS-DOS answer to a link file (LNK) only has the extension pif. If you put it on the desktop then you can right click on it, go to properties and change the directory (folder) to the one you are using which apparently is different from what was included as the path in the pif file that was included in the zip file.
-
- Newbie
- Posts:4
- Joined:Sun Jun 10, 2007 7:43 pm
but ...
I dont seem to have a QB.pif file
-
- Newbie
- Posts:4
- Joined:Sun Jun 10, 2007 7:43 pm
Generally speaking, it's a good idea to keep the application programs in
the same directory (or subdirectory) of the main program directory.
After compiling, you can place the compiled program anywhere you want as long as you link to the correct path for the exe file.
One Caveat: If you compile it requiring a brun71 run file then brun71.exe will need to be in the same path as the exe. If you compile it as stand-alone, then you will not need the run-time file.
Advantages: Using the run-time file allows smaller programs and the use of chain. Advantageous when multiple programs are used (for example a
business application).
(I am assuming that PDS (QB7.1) works like QB4.5 in this respect.)
the same directory (or subdirectory) of the main program directory.
After compiling, you can place the compiled program anywhere you want as long as you link to the correct path for the exe file.
One Caveat: If you compile it requiring a brun71 run file then brun71.exe will need to be in the same path as the exe. If you compile it as stand-alone, then you will not need the run-time file.
Advantages: Using the run-time file allows smaller programs and the use of chain. Advantageous when multiple programs are used (for example a
business application).
(I am assuming that PDS (QB7.1) works like QB4.5 in this respect.)
Actually, .pif is a reminance from old Windows <3
Mainly it contains the same data as an .lnk- file
Although, Windows 2000 / XP won't show a .lnk- file other than without the .lnk
But, if you're opening up a CMD- window and cd to any directory containing it, and do a DIR you'll see that extension =0)
Mainly it contains the same data as an .lnk- file
Although, Windows 2000 / XP won't show a .lnk- file other than without the .lnk
But, if you're opening up a CMD- window and cd to any directory containing it, and do a DIR you'll see that extension =0)