Envoyé de mon smartphone BlackBerry 10 sur le réseau SFR. Message d'origine De: Shane Mueller Envoyé: mardi 16 septembre 2014 16:56 À: Paula Smith Répondre à: [email protected] Cc: [email protected] Objet: Re: [Pebl-list] Batch file help request
Paula, as of 0.14, the simplest way to change the number of trials is to set it using the parameter-setting dialog in the launcher. You could hard-code it as you describe below, but ideally you want to avoid that. Do do this, click the 'edit' button next to the parameters label, and change the numtrials from 4 to 1, and set useletters from 1 to 0. Now, the batch file you have looks correct, except without the numtrial<- 1 line: "C:\Users\Paula\SkyDrive\@ Staffs Uni\Year 3\FYP - Final Year Project\4 Experiment\Lets Get Creative\Trail Making Test\PEBLPortable0.14\PEBLPortable\PEBL\bin\pebl.exe" ptrails.pbl --fullscreen This .bat file needs to be saved in the ptrails\ folder though. By default, it looks for the parameter settings in params\ptrails.pbl.par, which is where the parameters you would have set above are saved. You can also specify which parameter file you want to use, if you have different versions. You also said: "It works the way I want it too but when I have it hyperlinked from access, it ignores the parameters and just runs fullscreen." I think that if you edit the parameters as described above, this should work just fine, since it is running fullscreen. But I'm not sure what 'hyperlinked from access' means. If you are trying to run from a virtual link, it will typically run from the Desktop or some other base directory, or maybe where the link is located. If you are having that kind of trouble, let me know and I'll show you a workaround (or look at runPEBL.bat in the portable distribution). Shane > Hello, > > > > My apologies for contacting you with such a simple question, however I > have > searched the internet and either have not found my answer or found a > possible solution that I do not understand. > > > > In brief I would like to create a batch file that opens ptrails fullscreen > with the number of trials set to 1 and not to include the letters option.. > > > > So far I have created the following: > > > > "C:\Users\Paula\SkyDrive\@ Staffs Uni\Year 3\FYP - Final Year Project\4 > Experiment\Lets Get Creative\Trail Making > Test\PEBLPortable0.14\PEBLPortable\PEBL\bin\pebl.exe" ptrails.pbl > --fullscreen > > -numtrials <- 1 > > > > I do not think the numtrails is correct as I am pretty sure this only can > be > set via parameters. is there a way to set these parameters in the batch? > > > > On a separate note, when I click on the batch file directly from the > folder.. It works the way I want it too but when I have it hyperlinked > from > access, it ignores the parameters and just runs fullscreen. > > > > Please may someone help me? > > > > Kind regards > > > > Paula > > > > ------------------------------------------------------------------------------ > Want excitement? > Manually upgrade your production database. > When you want reliability, choose Perforce. > Perforce version control. Predictably reliable. > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk_______________________________________________ > Pebl-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pebl-list > ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk _______________________________________________ Pebl-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pebl-list ---------------------------------------------------------------------- Ce message et toutes les pieces jointes (ci-apres le "message") sont confidentiels et etablis a l'intention exclusive de ses destinataires. Toute utilisation ou diffusion non autorisee est interdite. Tout message electronique est susceptible d'alteration. Le Centre hospitalier universitaire de Bordeaux decline toute responsabilite au titre de ce message s'il a ete altere, deforme ou falsifie. This message and any attachments (the "message") are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. E-mails are susceptible to alteration. Neither the University hospitals of Bordeaux nor any of its subsidiaries or affiliates shall be liable for the message if altered, changed or falsified. ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk _______________________________________________ Pebl-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pebl-list
