Click here to Skip to main content
15,921,250 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: windows front end Pin
Abhinav S10-Aug-11 1:09
Abhinav S10-Aug-11 1:09 
GeneralRe: windows front end Pin
jon188810-Aug-11 5:12
jon188810-Aug-11 5:12 
AnswerRe: windows front end Pin
MicroVirus10-Aug-11 5:40
MicroVirus10-Aug-11 5:40 
GeneralRe: windows front end Pin
jon188810-Aug-11 6:01
jon188810-Aug-11 6:01 
GeneralRe: windows front end Pin
MicroVirus10-Aug-11 7:40
MicroVirus10-Aug-11 7:40 
AnswerRe: windows front end Pin
Eddy Vluggen10-Aug-11 12:07
professionalEddy Vluggen10-Aug-11 12:07 
GeneralRe: windows front end Pin
jon188810-Aug-11 12:47
jon188810-Aug-11 12:47 
GeneralRe: windows front end Pin
Eddy Vluggen10-Aug-11 13:04
professionalEddy Vluggen10-Aug-11 13:04 
GeneralRe: windows front end Pin
jon188810-Aug-11 16:07
jon188810-Aug-11 16:07 
AnswerRe: windows front end Pin
Eddy Vluggen11-Aug-11 6:10
professionalEddy Vluggen11-Aug-11 6:10 
GeneralRe: windows front end Pin
jon188811-Aug-11 7:03
jon188811-Aug-11 7:03 
GeneralRe: windows front end Pin
Eddy Vluggen11-Aug-11 7:09
professionalEddy Vluggen11-Aug-11 7:09 
GeneralRe: windows front end Pin
jon188811-Aug-11 7:13
jon188811-Aug-11 7:13 
GeneralRe: windows front end Pin
lukeer2-Sep-11 3:42
lukeer2-Sep-11 3:42 
QuestionCopying last created file in a directory Pin
Muammar©9-Aug-11 10:07
Muammar©9-Aug-11 10:07 
AnswerRe: Copying last created file in a directory [modified] Pin
MicroVirus9-Aug-11 14:00
MicroVirus9-Aug-11 14:00 
AnswerRe: Copying last created file in a directory PinPopular
Alan N10-Aug-11 0:34
Alan N10-Aug-11 0:34 
GeneralRe: Copying last created file in a directory Pin
Muammar©10-Aug-11 7:08
Muammar©10-Aug-11 7:08 
GeneralRe: Copying last created file in a directory Pin
Muammar©10-Aug-11 7:18
Muammar©10-Aug-11 7:18 
Thank you mate, you've helped a lot and you sound like an expert in DOS so I thought maybe you can assist with this..
The file to be copies has a name format of "PO 123.2011.txt"
Now it is copied, is it possible to generate the next name (i.e. "PO 124.2011") probably using an expression for the math, concatenation and storing it into a temporary variable??

I'm using this for now..
VB
FOR /F "delims=" %%I IN ('DIR . /B /O:-D /T:C') DO COPY "%%I" .\new.txt & GOTO :END
:END
START /MAX new.txt


Many thanks mate!
GeneralRe: Copying last created file in a directory Pin
Alan N10-Aug-11 13:25
Alan N10-Aug-11 13:25 
GeneralRe: Copying last created file in a directory Pin
Muammar©13-Aug-11 20:27
Muammar©13-Aug-11 20:27 
QuestionFileStreams Pin
Moleleki108-Aug-11 2:41
Moleleki108-Aug-11 2:41 
AnswerRe: FileStreams Pin
Simon_Whale8-Aug-11 2:55
Simon_Whale8-Aug-11 2:55 
QuestionThrough one router only, will UDP package out of order? Pin
zipliu3-Aug-11 6:46
zipliu3-Aug-11 6:46 
AnswerRe: Through one router only, will UDP package out of order? Pin
Dave Kreskowiak3-Aug-11 8:35
mveDave Kreskowiak3-Aug-11 8:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.