If you want it to include files regardless of the working directory you are using you need to put fully qualified path names into your data files.
Or, you can put your ledger commands into batch files and have the batch files move into the correct directories. On Mon, Aug 31, 2015 at 4:03 AM, Maisam Musthafa <[email protected]> wrote: > Thanks for the reply. It works when I cd into the directory. That's what > I've bee doing. It's a bit inconvenient, so I wanted to know if this can be > solved in some other way. > I tried using the latest version of boost (1.59), but still no luck. > > > On Monday, August 31, 2015 at 10:10:09 AM UTC+5, Chris Bennett wrote: >> >> Hi Maisam, >> >> > include 2014.ldg >> > include 2015.ldg >> >> My experience in Linux is the files are included relative to the >> current working directory that you are in when you run ledger. >> >> So maybe: >> cd D:\data\ledger >> and then try? >> >> Otherwise it might be a bug in handling of paths in Windows. >> >> Regards, >> >> Chris >> >> -- > > --- > You received this message because you are subscribed to the Google Groups > "Ledger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Craig, Corona De Tucson, AZ enderw88.wordpress.com -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
