Hello Guest it is April 18, 2024, 08:58:02 AM

Author Topic: parallel port help  (Read 7390 times)

0 Members and 1 Guest are viewing this topic.

Re: parallel port help
« Reply #10 on: May 31, 2012, 04:31:50 PM »
Found it, but still will work..

Ray
Re: parallel port help
« Reply #11 on: May 31, 2012, 04:32:15 PM »
Will not work.
Ray

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: parallel port help
« Reply #12 on: May 31, 2012, 05:50:26 PM »
If you attach your xml I will see if there is anything wrong in your setup.
Hood
Re: parallel port help
« Reply #13 on: July 23, 2012, 01:58:28 PM »
Hi Hood,
Jumping off topic here a little but you seem to be on top of these type things;
Do you have a simple batch file to bring up a particular configuration when Mach starts automatically from the Start folder?
Thanks,

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: parallel port help
« Reply #14 on: July 23, 2012, 02:01:52 PM »
Not really sure what you are asking, if you have the shortcut to the profile you want in the start folder that is what will start. If you want to choose a profile when windows starts then just put a shortcut to the Mach Loader into the start folder.
If you are wanting something else then maybe try and explain it again.
Hood
Re: parallel port help
« Reply #15 on: July 23, 2012, 02:24:15 PM »
I want to be able to go directly to the profile when turning the computer on.  Even if you only have one profile and go through the loader (in the Start folder) you still have to hit OK, I'm trying to make it totally automatic.
Thanks for your help,

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: parallel port help
« Reply #16 on: July 23, 2012, 02:28:29 PM »
Ok thats what I do, if you have a shortcut on your desktop that  opens the profile you want then just drag it to Start button then All Programmes then Start Up and drop it in there. Next time you start Windows it will automatically start.
Hood
Re: parallel port help
« Reply #17 on: July 23, 2012, 02:40:39 PM »
Finally hacked around enough to write a very simple batch file and put it in Startup\Programs,
this works;


echo off
cd C:\Mach3
Mach3.exe /p New-M3-W
exit

once again, thanks for all the help for me and so many others