Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

boxer · The Boxer Software List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 4316 - 4345 of 4499   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#4316 From: John Sampson <jrs.idx@...>
Date: Thu Jun 3, 2010 8:49 am
Subject: [Boxer] select
jsampson22000
Send Email Send Email
 
Hello -

How can one see whether non-printing characters such as tabs or
end-of-line characters have been picked up when selecting text?

Regards

_John Sampson_

#4317 From: "David Hamel, Boxer Software" <david@...>
Date: Thu Jun 3, 2010 3:22 pm
Subject: Re: [Boxer] select
boxer99dave
Send Email Send Email
 
Hi John,

John> How can one see whether non-printing characters such as tabs or
John> end-of-line characters have been picked up when selecting text?

Check out the View|Visible Spaces command.


Best,

David


== Developers of the award-winning Boxer Text Editor ==

David Hamel
Boxer Software
david@...

voice: 602-485-1635; fax: 602-485-1636; sales: 800-982-6937
P.O. Box 14545, Scottsdale, AZ, 85267-4545 USA
http://www.boxersoftware.com

#4318 From: "Brian Y" <splaestro@...>
Date: Thu Jun 3, 2010 4:49 pm
Subject: Re: select
splaestro
Send Email Send Email
 
Hi John--

--- In boxer@yahoogroups.com, John Sampson <jrs.idx@...> wrote:
> How can one see whether non-printing characters such as tabs or
> end-of-line characters have been picked up when selecting text?


Are you using the View|Visible Spaces feature? (Alt-F1 in my key bindings file,
YMMV). This should show you tabs, space chars, EOL chars so you can select them,
or not.

HTH.  Brian

#4319 From: John Sampson <jrs.idx@...>
Date: Fri Jun 4, 2010 8:05 am
Subject: Re: Re: select
jsampson22000
Send Email Send Email
 
Hello -

Many thanks - That may be what I am looking for. I can't check as <ctrl>c is refusing to pick up non-printing
characters. I don't know if I would ever actually *want* to pick up ends of lines as the ends of the clips. I
would like to see how to do so, and how to avoid doing so as well. As it is now refusing to misbehave,
I will carry on my merry way. Perhaps the picking up of ends of lines was a glitch and Boxer is supposed
not to do that. It is amazing how many bugs disappear on Windows reboot.

Regards

_John Sampson_


On 03/06/2010 17:49, Brian Y wrote:
 

Hi John--

--- In boxer@yahoogroups.com, John Sampson <jrs.idx@...> wrote:
> How can one see whether non-printing characters such as tabs or
> end-of-line characters have been picked up when selecting text?

Are you using the View|Visible Spaces feature? (Alt-F1 in my key bindings file, YMMV). This should show you tabs, space chars, EOL chars so you can select them, or not.



#4320 From: John Sampson <jrs.idx@...>
Date: Fri Jun 4, 2010 8:13 am
Subject: [Boxer] Aero Flip 3d
jsampson22000
Send Email Send Email
 
Hello -

I have recently discovered Windows Aero Flip 3d as a useful feature
rather than a gimmick.

However, in the stack of windows Boxer is sometimes not included. When
it is included,
selecting it does not achieve activation as with other programs.

Regards

_John Sampson_

#4321 From: "pgb9607" <pgb9607@...>
Date: Thu Jun 17, 2010 7:43 pm
Subject: Simian Boxer macros
pgb9607
Send Email Send Email
 
I'd like to run boxer macros from Text Monkey. The result of the macro would
show up in the clipboard. Perhaps a built-in com server arrangement from Text
Monkey to Boxer? Text Monkey would no longer be a completely independent program
and would require a re-write but let me suggest a customizable tabbed interface
setup instead of the fixed layout of the tabs that is now used. I often use
boxer as a tool from other editors and IDEs anyway and this would be a
convenient way to use it. Whenever you have the clipboard (all the time), you
would have a library of macros to use on the text. Every editor I have has a
different language but this would make one language available to any text
program. I filled up my Boxer macro menu a long time ago, the present
arrangement does not scale very well beyond forty-fifty macros.

#4322 From: "David Hamel, Boxer Software" <david@...>
Date: Mon Jun 21, 2010 4:59 pm
Subject: Re: Simian Boxer macros
boxer99dave
Send Email Send Email
 
pgb9607> I'd like to run boxer macros from Text Monkey. The result of the
pgb9607> macro would show up in the clipboard. Perhaps a built-in com server
pgb9607> arrangement from Text Monkey to Boxer? Text Monkey would no longer
pgb9607> be a completely independent program and would require a re-write...

I'll get right on that.  :-)

I realize that the programs do sometimes complement each other, but I'm
inclined to let Text Monkey be Text Monkey.

But note this: Most any macro can be made to export its result to the
Windows clipboard, typically by adding these two lines at the bottom:

SelectAllText();
Copy();



Best,

David


== Developers of the award-winning Boxer Text Editor ==

David Hamel
Boxer Software
david@...

voice: 602-485-1635; fax: 602-485-1636; sales: 800-982-6937
P.O. Box 14545, Scottsdale, AZ, 85267-4545 USA
http://www.boxersoftware.com

#4323 From: Bill <bill.johnson@...>
Date: Mon Jun 21, 2010 9:21 pm
Subject: Re: Simian Boxer macros
wnjohns
Send Email Send Email
 
On 6/21/10 12:59 PM, "David Hamel, Boxer Software" <david@...> wrote:

pgb9607> I'd like to run boxer macros from Text Monkey. The result of the
pgb9607> macro would show up in the clipboard. Perhaps a built-in com server
pgb9607> arrangement from Text Monkey to Boxer? Text Monkey would no longer
pgb9607> be a completely independent program and would require a re-write...

I'll get right on that.  :-)

I realize that the programs do sometimes complement each other, but I'm
inclined to let Text Monkey be Text Monkey.

But note this: Most any macro can be made to export its result to the
Windows clipboard, typically by adding these two lines at the bottom:

SelectAllText();
Copy();

Best,

David

== Developers of the award-winning Boxer Text Editor ==
While Dave is busy rewriting text monkey and boxer, you may want to take a look at AutoHotKey
http://www.autohotkey.com/

Its a very powerful and easy to use scripting program for automating windows tasks. I use it daily (mostly for the 5 different domain\username/password combos I have to use every day at work) .

#4324 From: "Cliff Frescura" <cf@...>
Date: Sat Aug 21, 2010 5:52 pm
Subject: Text Editor/Viewer for Android?
cliffk3ll
Send Email Send Email
 

Hi,

 

Slightly off topic…

 

What are Boxer users with Android/Droid phones using for text file editing or even viewing on their phones?

 

Hey David, how about Boxer Mobile?  (hint hint!)

 

Thanks,

 

Cliff


#4325 From: "David Hamel, Boxer Software" <david@...>
Date: Sat Aug 21, 2010 6:02 pm
Subject: Re: Text Editor/Viewer for Android?
boxer99dave
Send Email Send Email
 
Hi Cliff,

Cliff> Slightly off topic.

That's ok...

Cliff> What are Boxer users with Android/Droid phones using for text file
Cliff> editing or even viewing on their phones?

I haven't yet had the need to edit or even view a text file on my Droid. I
suspect if you search "file viewer" or "text editor" on Market or (better)
AppBrain, something will turn up.


Best,

David


== Developers of the award-winning Boxer Text Editor ==

David Hamel
Boxer Software
david@...

voice: 602-485-1635; fax: 602-485-1636; sales: 800-982-6937
P.O. Box 14545, Scottsdale, AZ, 85267-4545 USA
http://www.boxersoftware.com

#4326 From: "Cliff Frescura" <cf@...>
Date: Sat Aug 21, 2010 7:25 pm
Subject: RE: Text Editor/Viewer for Android?
cliffk3ll
Send Email Send Email
 
Thanks Dave,

Been playing around with TxtPad Lite.  Seems pretty good.  Just curious what
other Boxer users might have been using.

Lately I have been debugging CSV file upload issues, so I have been having
users send me the files they are trying to upload.  When I open them in a
text editor, I can usually spot the problems right away (extraneous commas,
etc).

-Cliff

> -----Original Message-----
> From: boxer@yahoogroups.com [mailto:boxer@yahoogroups.com] On Behalf Of
> David Hamel, Boxer Software
> Sent: Saturday, August 21, 2010 11:02 AM
> To: Cliff Frescura
> Subject: Re: [boxer] Text Editor/Viewer for Android?
>
> Hi Cliff,
>
> Cliff> Slightly off topic.
>
> That's ok...
>
> Cliff> What are Boxer users with Android/Droid phones using for text
> file
> Cliff> editing or even viewing on their phones?
>
> I haven't yet had the need to edit or even view a text file on my
> Droid. I
> suspect if you search "file viewer" or "text editor" on Market or
> (better)
> AppBrain, something will turn up.
>
>
> Best,
>
> David
>
>
> == Developers of the award-winning Boxer Text Editor ==
>
> David Hamel
> Boxer Software
> david@...
>
> voice: 602-485-1635; fax: 602-485-1636; sales: 800-982-6937
> P.O. Box 14545, Scottsdale, AZ, 85267-4545 USA
> http://www.boxersoftware.com
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>

#4327 From: "Glenn A. Rogerson" <grogerso@...>
Date: Wed Sep 8, 2010 3:22 pm
Subject: Pop-up dialogs
grogerso
Send Email Send Email
 
I know there was some discussion of this a while ago, but I can't find it, so ..

I work on two screens at work with Boxer on the aux. screen. When I dial in through VPN and Remote Desktop, I'm only allowed one screen.   The main window of Boxer moves to the main screen alright, but all the pop-ups stay on the aux screen where I can't see them of course. So the question is: is there a config box I'm missing that would say "Always follow the Main window with dialog boxes"?

Thanks,
Glenn 
_,___

#4328 From: "David Hamel, Boxer Software" <david@...>
Date: Wed Sep 8, 2010 4:44 pm
Subject: Re: Pop-up dialogs
boxer99dave
Send Email Send Email
 
Hi Glenn,

Thanks for your note...

Glenn> I know there was some discussion of this a while ago, but I can't
Glenn> find it, so .. I work on two screens at work with Boxer on the aux.
Glenn> screen. When I dial in through VPN and Remote Desktop, I'm only
Glenn> allowed one screen. The main window of Boxer moves to the main screen
Glenn> alright, but all the pop-ups stay on the aux screen where I can't see
Glenn> them of course. So the question is: is there a config box I'm missing
Glenn> that would say "Always follow the Main window with dialog boxes"?
Glenn> Thanks,Glenn  _,___

No, there's no single option to force dialogs to the same screen as the
parent. Some of the dialogs automatically pop-up over the center of the
application, no matter where it is. Others store their location independent
of the main window's location. For tool windows, for example, users may
choose to scatter them around the edges of the screen in locations that
don't overlap the main window.

Here's a tip that might help:

When you've just opened a dialog and found it to be invisible, do this,
blindly:

Alt+Space
M
<Enter>

Then stand on the appropriate arrow key to bring the missing dialog back
into view.



Best,

David


== Developers of the award-winning Boxer Text Editor ==

David Hamel
Boxer Software
david@...

voice: 602-485-1635; fax: 602-485-1636; sales: 800-982-6937
P.O. Box 14545, Scottsdale, AZ, 85267-4545 USA
http://www.boxersoftware.com

#4329 From: Daniel van Rooijen <copycats@...>
Date: Wed Sep 8, 2010 5:03 pm
Subject: Re: Pop-up dialogs
danielvr68
Send Email Send Email
 
Maybe Glenn could use two separate shortcuts, one for local and one for
remote use, that each uses a different INI file (through the -i command
line option) to store its settings. Assuming that the window locations
are saved in it, that would keep 'local' editing sessions from cluttering
up the 'remote' window layout.

#4330 From: Benjamin J Whitehead <benjamin.j.whitehead@...>
Date: Wed Sep 8, 2010 5:18 pm
Subject: Re: Pop-up dialogs
benjaminwhit...
Send Email Send Email
 
I was not aware of the -i option, that is very helpful to me.  Thanks!

On Wed, Sep 8, 2010 at 11:03 AM, Daniel van Rooijen <copycats@...> wrote:
 


Maybe Glenn could use two separate shortcuts, one for local and one for
remote use, that each uses a different INI file (through the -i command
line option) to store its settings. Assuming that the window locations
are saved in it, that would keep 'local' editing sessions from cluttering
up the 'remote' window layout.




--
Benjamin Whitehead
w: 720-684-2024

#4331 From: Ed Patterson <edpatterson@...>
Date: Sun Sep 12, 2010 1:17 am
Subject: Re: Pop-up dialogs
edpatterson
Send Email Send Email
 
For what it's worth, I have the same issue. Don't know how viable the memorize the keyboards shortcuts to close the popup is, I am getting old :-)

On 09/08/2010 11:22 AM, Glenn A. Rogerson wrote:
 

I know there was some discussion of this a while ago, but I can't find it, so ..

I work on two screens at work with Boxer on the aux. screen. When I dial in through VPN and Remote Desktop, I'm only allowed one screen.   The main window of Boxer moves to the main screen alright, but all the pop-ups stay on the aux screen where I can't see them of course. So the question is: is there a config box I'm missing that would say "Always follow the Main window with dialog boxes"?

Thanks,
Glenn 
_,___


#4332 From: Jim Cook <cook_jim@...>
Date: Sun Sep 12, 2010 3:08 am
Subject: Re: Pop-up dialogs
cook_jim...
Send Email Send Email
 
Here is my 2 cents worth on this. I know everyone has been waiting on the edge of their seat for it ;-)

Technically, the problem is with the remote administration tool, not Boxer. When I was using an early version of LogMeIn or Go2MyPC (can't remember which anymore), it did not support switching between monitors. I had these kinds of issues. For example, at work I had my email setup on monitor 2 along with some other apps. They would always open or maximize to monitor 2 because that is how the video driver had the preferences stored. It just automatically remembered the layout.

Along comes remote desktop, RAdmin, LogMeIn, or Go2MyPC, whatever. To use Outlook, I would have to highlight the app on the Taskbar and remember the Windows shortcut (Alt-M, Ctl-M, + arrow keys; something like that) to move my email over to monitor 1.

It didn't take too long but LogMeIn started supporting dual monitor inherently with monitor-1\monitor-2 buttons. Outlook was not responsible for "knowing" that the app was being accessed through remote desktop. It was a deficiency on the remote desktop tool itself for not supporting multiple monitors.

All that said, it is not mutually exclusive of a fix in Boxer to compensate for this problem. Boxer users tend to be technical people and will tend to use remote admin access more than the average bear. It is just worthy to note that it not really a Boxer problem but if Boxer can provide a fix\work-around with a "corral-all-dialogs" feature, that is a good thing too.

I am not saying that anyone was saying that it has been a Boxer deficiency. It just hasn't been stated in such terms in the discussion so I thought I would throw it out there. All this is probably so obvious to everyone that it went without saying, but... there I said it anyway ;-)

This has been a test of the Boxer forum broadcast channel. Had this been an actual emergency, something useful would have been provided in the text above.

Regards,
Jim






From: Ed Patterson <edpatterson@...>
To: boxer@yahoogroups.com
Sent: Sat, September 11, 2010 9:17:12 PM
Subject: Re: [boxer] Pop-up dialogs



For what it's worth, I have the same issue. Don't know how viable the memorize the keyboards shortcuts to close the popup is, I am getting old :-)

On 09/08/2010 11:22 AM, Glenn A. Rogerson wrote:
 

I know there was some discussion of this a while ago, but I can't find it, so ..

I work on two screens at work with Boxer on the aux. screen. When I dial in through VPN and Remote Desktop, I'm only allowed one screen.   The main window of Boxer moves to the main screen alright, but all the pop-ups stay on the aux screen where I can't see them of course. So the question is: is there a config box I'm missing that would say "Always follow the Main window with dialog boxes"?

Thanks,
Glenn 
_,___




#4333 From: Karl <mail-boxer@...>
Date: Mon Sep 27, 2010 9:30 pm
Subject: SaveAll in a macro
kpentzlin
Send Email Send Email
 
As a first try to write a macro in Boxer 14, I wrote:
macro QuickExit1()
{
SaveAll;
Exit;
}
which works as expected when I have changed anything, but if not, I
get an annoying message box  "The SaveAll command on Line 5 was not
able to run because it was disabled ...", and Boxer does not exit.
How do I check whether SaveAll is enabled?
- Karl

#4334 From: "Jeremy Cowgar" <jeremy@...>
Date: Mon Sep 27, 2010 9:58 pm
Subject: Re: SaveAll in a macro
jeremy@...
Send Email Send Email
 
Try something along the lines of:

if (Dirty)
      {
      SaveAll;
      }

Jeremy Cowgar
http://www.kb8lfa.com


------ Original Message ------
From: "Karl" <mail-boxer@...>
To: boxer@yahoogroups.com
Sent: 9/27/2010 5:30:32 PM
Subject: [boxer] SaveAll in a macro
>As a first try to write a macro in Boxer 14, I wrote:
>macro QuickExit1()
>{
>SaveAll;
>Exit;
>}
>which works as expected when I have changed anything, but if not, I
>get an annoying message box  "The SaveAll command on Line 5 was not
>able to run because it was disabled ...", and Boxer does not exit.
>How do I check whether SaveAll is enabled?
>- Karl
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>
>
>

#4335 From: "Jeremy Cowgar" <jeremy@...>
Date: Mon Sep 27, 2010 10:00 pm
Subject: Re: SaveAll in a macro
cp200205
Send Email Send Email
 
You know, on second thought that might not be the best idea. Modified is = 1 when the current file has been modified. In your case you are calling SaveAll, thus it's possible the current file tab you have selected has not been modified but another one (non-selected) has been modified.
 
So... Ignore my previous comment :-)
 
Jeremy Cowgar
http://www.kb8lfa.com


------ Original Message ------
From: "Jeremy Cowgar" <jeremy@...>
To: boxer@yahoogroups.com
Sent: 9/27/2010 5:58:02 PM
Subject: Re: [boxer] SaveAll in a macro
 


Try something along the lines of:

if (Dirty)
{
SaveAll;
}

Jeremy Cowgar
http://www.kb8lfa.com/


------ Original Message ------
From: "Karl" <mail-boxer@... >
To: boxer@yahoogroups.com
Sent: 9/27/2010 5:30:32 PM
Subject: [boxer] SaveAll in a macro
>As a first try to write a macro in Boxer 14, I wrote:
>macro QuickExit1()
>{
>SaveAll;
>Exit;
>}
>which works as expected when I have changed anything, but if not, I
>get an annoying message box "The SaveAll command on Line 5 was not
>able to run because it was disabled ...", and Boxer does not exit.
>How do I check whether SaveAll is enabled?
>- Karl
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>
>
>


#4336 From: "David Hamel, Boxer Software" <david@...>
Date: Mon Sep 27, 2010 10:09 pm
Subject: Re: SaveAll in a macro
boxer99dave
Send Email Send Email
 
Hi Karl,

Thanks for your note...

Karl> As a first try to write a macro in Boxer 14, I wrote:
Karl> macro QuickExit1()
Karl> {
Karl> SaveAll;
Karl> Exit;
Karl> }

Karl> which works as expected when I have changed anything, but if not, I
Karl> get an annoying message box  "The SaveAll command on Line 5 was not
Karl> able to run because it was disabled ...", and Boxer does not exit.
Karl> How do I check whether SaveAll is enabled?

This will do the job, and illustrate some of the extra ability of
the language along the way:

macro QuickExit()
{
int i;
int need_saving = 0;

for (i = 0; i < FileCount() && need_saving == 0; i++)
     if (modified)
         need_saving++;

if (need_saving > 0)
     SaveAll();

Exit;
}


Note: The '1' you appended to QuickExit is fine, but if you did that to
facilitate a subsequent key assignment, it's the filename itself
(eg, QuickExit1.bm) that needs the digit.


Best,

David


== Developers of the award-winning Boxer Text Editor ==

David Hamel
Boxer Software
david@...

voice: 602-485-1635; fax: 602-485-1636; sales: 800-982-6937
P.O. Box 14545, Scottsdale, AZ, 85267-4545 USA
http://www.boxersoftware.com

#4337 From: "David Hamel, Boxer Software" <david@...>
Date: Mon Sep 27, 2010 10:12 pm
Subject: Re: SaveAll in a macro
boxer99dave
Send Email Send Email
 
Whoops, posted too fast:

macro QuickExit()
{
int i;
int need_saving = 0;

for (i = 0; i < FileCount() && need_saving == 0; i++)
     {
     if (modified)
         need_saving++;

     WindowNext();
     }

if (need_saving > 0)
         SaveAll();

Exit;
}

#4338 From: Karl <mail-boxer@...>
Date: Tue Sep 28, 2010 8:26 am
Subject: Re: SaveAll in a macro
kpentzlin
Send Email Send Email
 
Thank you. While this finally does the job, it has an even more
annoying problem.

Assume that I had entered "b *.hpp", to look for something in my 40+
header files, without having found a need to change anything.
When I now call the QuickExit macro, I have to spend half a minute to
see Boxer to display each one of the 40+ windows one after another
before exiting.

What I need is a "silent" way to check whether SaveAll is active
(or a way to force SaveAll being active but doing nothing when no file
is to be saved).

Best wishes
Karl

--
2010-09-28 10:00, you wrote:

> macro QuickExit()
> {
> int i;
> int need_saving = 0;

> for (i = 0; i < FileCount() && need_saving == 0; i++)
>     {
>     if (modified)
>         need_saving++;
>
>     WindowNext();
>     }

if (need_saving >> 0)
>         SaveAll();
>
> Exit;
> }

#4339 From: Karl <mail-boxer@...>
Date: Tue Sep 28, 2010 8:38 am
Subject: Re: SaveAll in a macro
kpentzlin
Send Email Send Email
 
2010-09-28 10:26, I wrote:

> What I need is a "silent" way to check whether SaveAll is active
> (or a way to force SaveAll being active but doing nothing when no file
> is to be saved).

Or to redefine the *macro function* SaveAll as to issue the *command*
SaveAll whenever this is active, and to do simply nothing otherwise
(maybe except giving a different return value).

Best wishes
Karl

#4340 From: "wingthing2003" <wingleberry@...>
Date: Tue Oct 26, 2010 12:07 am
Subject: File Tab Font Fiddlings
wingthing2003
Send Email Send Email
 
Hi gang!  BTE... doin' me great... lovin' it!

I'm driving BTE on a Win7 bucket of bison snot, and W7 has been known to
commandeer software colors... along with numerous other distasteful things. 
Does anyone know if I can change the font colors, size, family, etc... of the
text on the FILE TABS part of BTE?  Thanks for any help on that.  Its certainly
no show-stopper for me, either way.  I simply changed to my Halloween motif, and
thought... man, Boxer looks GREAT in these colors but I could use WHITE text on
my font tabs... just to put the frost(ing) on the pumpkin.  :)

Take care!
Wingnut (Larry)

PS: Pls use wingthing at charter.net for personal replies, as needed.

#4341 From: "David Hamel, Boxer Software" <david@...>
Date: Tue Oct 26, 2010 12:26 am
Subject: Re: File Tab Font Fiddlings
boxer99dave
Send Email Send Email
 
Hi Wingnut,

wingthing2003> I'm driving BTE on a Win7 bucket of bison snot, and W7 has
wingthing2003> been known to commandeer software colors... along with
wingthing2003> numerous other distasteful things. Does anyone know if I can
wingthing2003> change the font colors, size, family, etc... of the text on
wingthing2003> the FILE TABS part of BTE? Thanks for any help on that. Its
wingthing2003> certainly no show-stopper for me, either way. I simply
wingthing2003> changed to my Halloween motif, and thought... man, Boxer
wingthing2003> looks GREAT in these colors but I could use WHITE text on my
wingthing2003> font tabs... just to put the frost(ing) on the pumpkin. :)

I can report that there's no built-in setting in Boxer to change the color
of the text on the file tabs. But I would expect that there is some system
setting that would affect that text... I just don't know what it would be
called.  Maybe the same as the menu text?  Icon text?  Those are a couple
to try.

Best,

David


== Developers of the award-winning Boxer Text Editor ==

David Hamel
Boxer Software
david@...

voice: 602-485-1635; fax: 602-485-1636; sales: 800-982-6937
P.O. Box 14545, Scottsdale, AZ, 85267-4545 USA
http://www.boxersoftware.com

#4342 From: William Johnson <bill.johnson@...>
Date: Tue Nov 2, 2010 9:36 pm
Subject: User Tools
wnjohns
Send Email Send Email
 
I have just started doing some windows scripting, and decided to build  
a user tool for the script testing

So in the program box I have tried these:
$WinDirsystem32\wscript.exe "$Filepath"
Or no-quote version
$WinDirsystem32\wscript.exe $Filepath

and in working directory I have
$path

When I run "Test Tool" everything looks great. When I run the actual user tool I get  
"wscript cannot be found". If I navigate to the shown directory and  
run it from a command prompt, it works (Both with and without the quotes BTW). I am on Vista

Any hints anyone?

#4343 From: Daniel van Rooijen <copycats@...>
Date: Wed Nov 3, 2010 2:43 pm
Subject: Re: User Tools
danielvr68
Send Email Send Email
 
W> When I run "Test Tool" everything looks great. When I run the actual
W> user tool I get "wscript cannot be found". If I navigate to the
W> shown directory and run it from a command prompt, it works (Both
W> with and without the quotes BTW). I am on Vista

W> Any hints anyone?

- Does it work if you run Boxer elevated (i.e. with full Admin rights)?
- Are you using a utility like TameDOS that may interfere with command
   line execution?

You could also try the SysInternals 'Process Monitor' utility to see if
it offers any additional information:
http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
(with it capturing all system activity, try to run your user tool in
Boxer. Then return to P.M., stop the capturing and search the log for
'wscript' to find the part where Boxer is trying to execute it).

Regards,

-Daan-

#4344 From: Daniel van Rooijen <copycats@...>
Date: Thu Nov 4, 2010 1:16 pm
Subject: Re: User Tools
danielvr68
Send Email Send Email
 
W> Any hints anyone?

Two more suggestions:

  - You could try the tool using another .exe program, something
    simple that is sure to run.

  - Replace the $WinDirsystem32 part by the actual path and see
    if that makes a difference.

Regards,

-Daan-

#4345 From: "Daniel Smith" <dasmith@...>
Date: Wed Nov 10, 2010 5:32 pm
Subject: FTP Permissions
lubbockdaniel
Send Email Send Email
 
I have a question on Boxer FTP.  I currently can use the FTP Save As
command and save my files to our server with FTP but I have to go to
that UNIX server and change the attributes.  Boxer saves it with Unix
640  and I have to change that to 775.  To give all the right
permissions on Read/Write/Execute.


Anyone know how to configure Boxer to save with this level of
permission?

Messages 4316 - 4345 of 4499   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help