Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jongskie M.

    Copying current file to destination

    Dear Gents, Below code shows on how to copy the recent file from source to destination, and when I compiled it just only pops & nothing happens, kindly help and reencode. thanks. src.dest202410150039728.txt <-- this file should be copied to the destination. src.dest20241008012256.txt ========...
  2. Jongskie M.

    REXX Get last two digits of the year

    Hi, I would like to display the last two digits of the year from the code below, please amend, thx ystrday = date('s',(date('b')-1,'b') CALL ZocSend "RE"||ystrday"||" ^M" RE20240208 Am expecting a result of RE240208
  3. Jongskie M.

    REXX Loop conditional statement not working

    Hi am neophyte here, can you check the script below on how to declare loops in the conditional statement which start from the highlighted below. Call ZocCls login = ZocAsk(" What is your name:? ") IF login = "##CANCEL##" THEN DO answer = ZocRequest(" Command Cancelled , Retry?"...
  4. Jongskie M.

    How to open a folder in Python command after it was been created automatically?

    Dear Gents, Below script creates a previous folder based on the date. 1. The question is how to go or open that folder automatically after it was been created. 2. How to create two folders with different drive or path based on the script below. path = "G:" "H:" current_time =...
  5. Jongskie M.

    How to create previous date folder, declaring strftime with space between %b and %Y

    Hi am a newbie in phyton, anybody could help me because am declaring strftime on how to put blank spaces between the dates without hypenations, as of now I'm making a script that creates a folder based on previous time. Please check my code. from datetime import datetime, date oneday =...

Part and Inventory Search

Back
Top