Patrick Cuff

5,347
Reputation
840 views

Registered User

Name Patrick Cuff
Member for 1 year
Seen 2 days ago
Website
Location Downingtown, PA
Age 43
When I'm not surfing SO or working, I enjoy playing the drums, soccer and hanging with my kids.
Nov
24
awarded  Nice Answer
Nov
16
answered Why %processor_architecture% always returns x86 instead of AMD64
Nov
14
awarded  Nice Answer
Nov
14
revised Need help in finding the root cause in this wrong batch command
added 202 characters in body; added 3 characters in body
Nov
13
comment Need help in finding the root cause in this wrong batch command
@alice7: Did you clean up the errors in your code snippet above, or are they typos? Do you know for sure the %processor_architecture% environment variable will contain "AMD64", or is it always "x86"? Johannes Rossel's suggestion to use WMI may be the way to go.
Nov
13
revised Need help in finding the root cause in this wrong batch command
Added option of using equ
Nov
13
answered Need help in finding the root cause in this wrong batch command
Nov
9
answered How to create an empty file in the command line?
Oct
30
comment How To “Bulk Up” Database for Performance Test?
I was considering this, but was curious if there was a tool I could use rather than "roll my own".
Oct
30
comment How To “Bulk Up” Database for Performance Test?
I don't think this will work, as it would duplicate primary key values and multiply foreign key values.
Oct
30
asked How To “Bulk Up” Database for Performance Test?
Oct
22
awarded  Popular Question
Oct
20
comment Best Test Case Management system?
@Dean J; can you elaborate. My company is thinking of moving from our current bug tracking system (DevTrack) to using Quality Center...
Oct
20
comment Where do you keep your code?
@Ates, I like your idea :)
Oct
19
answered How to profile network utilization of a .NET application
Oct
19
comment CMD: Search for program and variable directory
For the 2ne one you would need another for /f loop operating over the file temp.out.
Oct
15
answered How do I data mine text?
Oct
10
accepted How to get entire svn commit message in window bat?
Oct
9
answered How to get entire svn commit message in window bat?
Sep
30
accepted CMD: Search for program and variable directory
Sep
29
awarded  Popular Question
Sep
16
awarded  Yearling
Sep
11
accepted Determining a User’s Group Membership using VBA
Sep
3
answered Graphing time intervals in Access
Aug
31
revised CMD: Search for program and variable directory
added 3 characters in body
Aug
31
answered CMD: Search for program and variable directory
Aug
29
comment CMD: Search for program and variable directory
You could try cd /d %%D:; the /d switch will change to the drive specified, in addition to the directory. Enter cd /? from a command line to see if the /d switch is supported by your OS.
Aug
28
comment Best tool to do combinatorial/pairwise testing?
I've used PICT, jenny and allpairs, and PICT is my favorite.
Aug
26
accepted Automated testing of GUI
Aug
26
awarded  Notable Question
Aug
24
revised What is the simplest built in way in windows to copy and rename files where the rename involves appending some before the extension
corrected spelling; added 2 characters in body
Aug
22
revised What is the simplest built in way in windows to copy and rename files where the rename involves appending some before the extension
improved formatting
Aug
22
answered What is the simplest built in way in windows to copy and rename files where the rename involves appending some before the extension
Aug
16
comment What is your most useful sql trick to avoid writing more code?
@tuinstoel; thanks for the tip :)
Aug
12
answered Access Compare Database Schema
Aug
10
awarded  Great Answer
Aug
10
comment MS Access Freezes Up After Text Import
Fixing the DoCmd statements to use True/False instead of Yes/No did the trick. Last time I trust code copied from the intertubes ;)
Aug
8
comment MS Access Freezes Up After Text Import
Smandoli; that's a good idea, I don't know what the Error Handling option is set to, but I'll check.
Aug
8
revised MS Access Freezes Up After Text Import
added 409 characters in body
Aug
8
comment MS Access Freezes Up After Text Import
Thanks HansUp; I do have Option Explicit at the top of the module. What I can't figure out is why the code works when called from the Immediate window and directly from a macro, but not from a form.
Aug
7
asked MS Access Freezes Up After Text Import
Jul
24
awarded  Nice Question
Jul
24
awarded  Guru
Jul
17
answered How can I make a program runnable from the commandline without typing its full path?
Jul
17
revised Good link or book for basics and theory of version control
added 415 characters in body; added 1 characters in body
Jul
17
answered Good link or book for basics and theory of version control
Jul
15
awarded  Popular Question
Jun
25
awarded  Popular Question
Jun
25
comment Changing Excel 2000 pivot chart unit
Are you right clicking on the axis or the pivot chart field just below the axis? Should be the latter.
Jun
19
comment Changing Excel 2000 pivot chart unit
That's not what I mean; right-click on the X axis field in the pivot chart and select Group... from the context menu. If the X axis is a date/time field you can select Seconds, Minutes, Hours, Days, Months, Quarters and/or Years in the list.